A not so simple system for hackerspace management automation.
git clone https://github.com/initlab/fauna.git- Run
bin/setupand follow the instructions. - You can now run the rails server with
bin/rails sand login.
The deployment is done using capistrano.
Initial setup:
bundle config set --local path '.bundle'
bundle install
# add your public ssh key in fauna@spitfire.initlab.org:./.ssh/authorized_keys
If you need to add/change secrets/config, do so in ~fauna/fauna/shared/config/*.yml .
Deploy using:
bundle exec cap fauna deploy