This project is the CeSIUM management platform.
- Members registration
- Registration of membership fees
- Events management (talks, workshops, hackathons, etc.)
- Profile edition
- Attend in events
- Consult history of events attendance
- Check other members profile
If you wish to deploy the master branch to production use:
bin/deploy production
If, for some reason, you wish to deploy another branch other than master to production use:
bin/deploy production [BRANCH]
To deploy master to staging use:
bin/deploy
To deploy any other branch to staging use:
bin/deploy staging [BRANCH]
We use the capistrano-rails-console gem to be able to run a remote rails console on the web app.
To run a rails console on the staging app run:
bin/console
If you wish to run a rails console on the production app run:
bin/console production