1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Go to file
2021-08-06 11:17:32 +02:00
.github Delete ISSUE_TEMPLATE.md 2021-05-26 11:47:42 +02:00
app fix bug: cant generate avoir for wallet 2021-08-06 11:12:22 +02:00
bin migrate to webpack 2020-09-07 15:52:05 +02:00
config New translations app.public.en.yml (Norwegian) 2021-08-06 11:17:32 +02:00
db Disable SQL format for the schema 2021-07-01 16:17:37 +02:00
doc fix a bug: rename Norwegian locale 2021-07-02 10:03:46 +02:00
docker add configuration of the postgreSQL username in environment variables 2020-11-11 12:48:39 +01:00
lib add a rake task for regenerate statistics 2021-08-02 18:26:39 +02:00
log init depot fabmanager 2015-05-05 03:10:25 +02:00
plugins extracting navi_gami from fab-manager repo 2016-05-26 15:13:36 +02:00
provision upgrade to ruby 2.6 2020-05-18 10:28:30 +02:00
public [ongoing] change user role 2020-05-04 18:32:25 +02:00
scripts fix ADMINSYS script 2021-06-07 15:03:48 +02:00
setup improved welcome message in setup script 2021-06-16 11:04:14 +02:00
test fix computing reservation price 2021-07-02 15:45:52 +02:00
vendor/assets/fonts fixes import of JS dependencies 2020-09-14 16:08:49 +02:00
.browserslistrc migrate to webpack 2020-09-07 15:52:05 +02:00
.dockerignore cleaned dockerignore 2021-06-16 15:03:17 +02:00
.eslintignore Set up the linter for Typescript files 2021-07-01 12:35:09 +02:00
.eslintrc Set up the linter for Typescript files 2021-07-01 12:35:09 +02:00
.gemrc Do not generate docs for gems 2018-02-14 12:47:49 -06:00
.gitignore save payment schedules PDF to a persistant volume storage 2020-12-22 16:39:37 +01:00
.nvmrc migrate to webpack 2020-09-07 15:52:05 +02:00
.rubocop.yml migration to object[] 2021-05-31 11:52:53 +02:00
.ruby-gemset fix gemset 2016-03-31 10:06:07 +02:00
.ruby-version updated ruby to 2.6.7 2021-05-25 10:46:58 +02:00
babel.config.js disable loose option for @babel/plugin-proposal-class-properties 2021-05-25 11:24:22 +02:00
Capfile init depot fabmanager 2015-05-05 03:10:25 +02:00
CHANGELOG.md Version 5.1.5 2021-08-02 18:28:12 +02:00
config.ru architecture documentation 2020-12-29 13:13:48 +01:00
CONTRIBUTING.md info about translations into contrubution guidelines 2020-10-20 11:04:32 +02:00
crowdin.yml Update Crowdin configuration file 2019-12-11 12:42:47 +01:00
Dockerfile updated ruby to 2.6.7 2021-05-25 10:46:58 +02:00
env.example renamed SUPERADMIN_EMAIL to ADMINSYS_EMAIL 2021-04-14 15:04:41 +02:00
Gemfile update VCR to 6.0.0 2021-06-11 14:29:30 +02:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 2021-08-06 11:15:14 +02:00
Guardfile init depot fabmanager 2015-05-05 03:10:25 +02:00
LICENSE.md updated licences info 2020-10-20 16:39:26 +02:00
package.json Version 5.1.5 2021-08-02 18:28:12 +02:00
postcss.config.js migrate to webpack 2020-09-07 15:52:05 +02:00
Procfile [bug] unable to select no category in plan creation/edition after a category selection 2021-06-15 09:22:41 +02:00
Rakefile architecture documentation 2020-12-29 13:13:48 +01:00
README.md improved documentation 2021-06-08 09:44:34 +02:00
tsconfig.json fix fab-input and payzen-keys-form 2021-04-02 16:02:50 +02:00
Vagrantfile fixes development readme to use .env instead of application.yml 2020-04-29 17:41:11 +02:00
yarn.lock Bump tar from 6.1.0 to 6.1.4 2021-08-06 11:16:04 +02:00

Fab-manager

Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects.

Coverage Status Docker pulls Docker Build Status Crowdin

Please visit fab-manager.com for more information about this software and its features.

Table of Contents
  1. Contributing
  2. Documentation
  3. Open Projects
  4. Plugins
  5. Single Sign-On

Contributing

Contributions are welcome. Please read the contribution guidelines for more information about the contribution process.

Documentation

The full documentation is available at doc.fab.mn.

Open Projects

This configuration is optional.

You can configure your Fab-manager to synchronize every project with the Open Projects platform. It's very simple and straightforward and in return, your users will be able to search over projects from all Fab-manager instances from within your platform. The deal is fair, you share your projects and as reward you benefits from projects of the whole community.

If you want to try it, you can visit this Fab-manager and see projects from different Fab-managers.

To start using this awesome feature, there are a few steps:

  • send a mail to contact@fab-manager.com asking for your Open Projects client's credentials and giving them the name and the URL of your Fab-manager, they will give you an App ID and a secret
  • fill in the value of the keys in Admin > Projects > Settings > Projects sharing
  • export your projects to open-projects (if you already have projects created on your Fab-manager, unless you can skip that part) executing this command: bundle exec rails fablab:openlab:bulk_export

IMPORTANT: please run your server in production mode.

Go to your projects gallery and enjoy seeing your projects available from everywhere ! That's all.

Plugins

Fab-manager has a system of plugins mainly inspired by Discourse architecture.

It enables you to write plugins which can:

  • have its proper models and database tables
  • have its proper assets (js & css)
  • override existing behaviours of Fab-manager
  • add features by adding views, controllers, ect...

To install a plugin, you just have to copy the plugin folder which contains its code into the folder plugins of Fab-manager.

You can see an example on the repo of navinum gamification plugin

Single Sign-On

Fab-manager can be connected to a Single Sign-On server which will provide its own authentication for the platform's users. Currently, OAuth 2 is the only supported protocol for SSO authentication.

For an example of how to use configure an SSO in Fab-manager, please read sso_with_github.md.