This is the repository of the Labo Web ESGI association's website.
[+] Git
[+] Ruby 2, installed with RVM or rbevn
[+] Bundler: gem install bundler
[+] Rails 4 requirements: check on the Internet what does your OS need to install Ruby On Rails properly.
If you're using rbenv, don't forget to run rbenv rehash
after installing gems.
git clone git@github.com:webdevesgi/labowebesgi.git && cd labowebesgi
bundle install --without production
You'll need to create a config/application.yml
file with all environment variables needed for the application. Check the example file out to fill it.
Then create your development and test databases with the folowing code:
rake db:create
rake db:migrate
rake db:seed
rails s
rspec spec
Learn about RSpec, the Ruby testing framework used on this application (with other amazin stuff).
- Fork it
- Write your code on your own repository
- Submit a pull-request
- Rémy Hannequin (@rhannequin)