Frab

From FSCONS wiki
Revision as of 22:13, 21 September 2015 by Grégoire (talk | contribs) (Created page with "Frab is our conference management system. It is used to collect talks and create the schedule. It is available at https://frab.fscons.org/ Source code: https://github.com/fr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Frab is our conference management system. It is used to collect talks and create the schedule.

It is available at https://frab.fscons.org/

Source code: https://github.com/frab/frab

Deployment documentation

Frab is deployed on our server. The code is in /srv/frab and it runs under the user frab.

There is a systemd.service file to manage frab (/etc/systemd/system/frab.service), so we can use systemctl to start/stop/monitor frab:

 systemctl start frab
 systemctl status frab
 systemctl stop frab
 ...