gaetancollaud / fablab-manager

An open-source web application for managing a Fablab or a Makerspace
MIT License
18 stars 4 forks source link

Fablab-manager Build Status Join the chat at https://gitter.im/gaetancollaud/fablab-manager Stories in Ready

Description

Fablab-manager is a fully open-source web application that allows you to easily manage a Fablab (or any makerspace). You can manage :

Demo

Live demo on quality.fablab-fribourg.ch

User : admin@gmail.com

Password : fablab

Technologies

Installation

The easiest way to run this application is to use docker. You will need:

Copy the docker-compose.yml file and the config folder. Adapt the configuration in this folder. Then run:

docker-compose up -d
docker-compose logs -f

Default users

Login Password groups
admin@gmail.com fablab comite
animator@gmail.com fablab animator
member@gmail.com fablab member
extern@gmail.com fablab none

Development