1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Go to file
2021-06-21 10:15:46 +02:00
.github Delete ISSUE_TEMPLATE.md 2021-05-26 11:47:42 +02:00
app [bug] unable to sync coupons on stripe 2021-06-21 10:10:55 +02:00
bin migrate to webpack 2020-09-07 15:52:05 +02:00
config [bug] deleting a coupon displays an error message 2021-06-18 17:40:06 +02:00
db ability to disable the public agenda 2021-06-15 11:57:43 +02:00
doc updated user's manual 2021-06-14 13:49:38 +02:00
docker add configuration of the postgreSQL username in environment variables 2020-11-11 12:48:39 +01:00
lib remove reference to stripe in user creation workflow 2021-06-14 15:14:14 +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 [bug] during the upgrade, unable to detect the target when not explicitly specified 2021-06-15 13:05:38 +02:00
test added public_agenda_module to fixtures 2021-06-15 12:19:12 +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 eslint & package.json 2018-10-25 12:38:32 +02:00
.eslintrc [bug] in the settings area, boolean switches are always shown as false 2020-10-26 16:38:17 +01: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 Updated resolve-url-loader to 4.0.0 2021-06-21 10:15:46 +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 update VCR to 6.0.0 2021-06-11 14:29:30 +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 Updated resolve-url-loader to 4.0.0 2021-06-21 10:15:46 +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 Updated resolve-url-loader to 4.0.0 2021-06-21 10:15:46 +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.