Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.24 KB

GURU-PR Build Status Code Climate Test Coverage Dependency Status

Site of the Ruby users group of Paraná

We use:

  • Github for authentication
  • Heroku
  • PostgreSQL

Otherwise, let's develop in baby steps!

Running on your local machine

cp .env.example .env # edit the keys in case you want to change the application
cp config/database.yml.example config/database.yml # config your database access data
bundle install
rake db:setup
rails server

Running on Docker

cp .env.example .env # edit the keys in case you want to change the application
docker-compose build
docker-compose run --rm web rails db:setup db:migrate db:seed
docker-compose up

Contributing

Take a look at the opened issues. Add comments or sugestions, bring your ideas... and let's roll! 😄