1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Go to file
2021-05-31 15:39:56 +02:00
.github Delete ISSUE_TEMPLATE.md 2021-05-26 11:47:42 +02:00
app check for slots restricted to subscribers at cart level 2021-05-31 15:39:56 +02:00
bin migrate to webpack 2020-09-07 15:52:05 +02:00
config Merge branch 'dev' into payzen 2021-05-25 14:06:30 +02:00
db generate footprints in a reproductible way 2021-05-31 12:53:28 +02:00
doc WIP: array of items 2021-05-19 18:12:52 +02:00
docker add configuration of the postgreSQL username in environment variables 2020-11-11 12:48:39 +01:00
lib generate footprints in a reproductible way 2021-05-31 12:53:28 +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 [bug] run script was disfunctional 2021-05-21 17:19:42 +02:00
setup [bug] new installation with mapping to an external network does not connect fab-manager to elasticsearch 2021-05-21 17:02:25 +02:00
test check for slots restricted to subscribers at cart level 2021-05-31 15:39:56 +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 do not include built assets in docker image + remove useless files 2020-10-20 16:08:05 +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 generate footprints in a reproductible way 2021-05-31 12:53:28 +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 Bump puma from 3.12.6 to 4.3.8 2021-05-18 07:27:32 +00:00
Gemfile.lock updated ffi to 1.15.1 2021-05-26 10:04:56 +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 4.7.11 2021-05-26 13:42:17 +02:00
postcss.config.js migrate to webpack 2020-09-07 15:52:05 +02:00
Procfile improved testing of payment schedules + some fixes 2020-12-30 18:43:33 +01:00
Rakefile architecture documentation 2020-12-29 13:13:48 +01:00
README.md improved readme and links to documentation 2021-05-17 15:42:23 +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 resolved js dependencies 2021-05-25 14:07:40 +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

Table of Contents
  1. Software stack
  2. Contributing
  3. Documentation
  4. Open Projects
  5. Plugins
  6. Single Sign-On
  7. Related Documentation

Software stack

Fab-manager is a Ruby on Rails / AngularJS web application that runs on the following software:

  • Ubuntu LTS 14.04+ / Debian 8+
  • Ruby 2.6
  • Redis 6
  • Sidekiq 6
  • Elasticsearch 5.6
  • PostgreSQL 9.6

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.