Code of the amazing site www.martigua.org
If you make improvements to this application, please share with others.
- Fork the project on GitHub.
- Make your feature addition or bug fix.
- Commit with Git.
- Send the author a pull request.
If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.
- sur mac c'est quand même plus facile
- Install homebrew : https://brew.sh/
- Install rvm or rbenv
- git clone ...
- bundle
- docker-compose up
- rails db:reset
- rspec
heroku pg:backups:capture
heroku pg:backups:download
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d martigua2_development latest.dump
bin/rails db:environment:set RAILS_ENV=development
bin/rails db:migrate
MIT