- PostgreSQL
- Ruby 2.3.1
$ bundle install
$ cp config/application.yml.sample config/application.yml
$ rails db:create
$ rails db:migrate
$ rake db:seed
$ rake dico:update
Just launch the Rails app.
$ rails s
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request