Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Atomic - CeSIUM management platform

This project is the CeSIUM management platform.

Features

Administrators

  • Members registration
  • Registration of membership fees
  • Events management (talks, workshops, hackathons, etc.)

Members

  • Profile edition
  • Attend in events
  • Consult history of events attendance
  • Check other members profile

Deploying

Production

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]

Staging

To deploy master to staging use:

bin/deploy

To deploy any other branch to staging use:

bin/deploy staging [BRANCH]

Remote Rails Console

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

You can’t perform that action at this time.