Frab

From FSCONS wiki
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
 ...