Skip to content

Jelkster/repay_music

Repository files navigation

Repay Music

Travis CI Join the chat at https://gitter.im/Jelkster/repay_music Slack Status

Repay Music

Getting Started

Requirements

  • Ruby 2.3.1
  • PostgreSQL

Install gems:

$ bundle install

Create config file to hold environment variables:

$ bundle exec figaro install

Add variables to config file:

# config/application.yml

db_username: <username>
test_db: <dbname>
base_url: <http://localhost:3000>

Create database:

$ rails db:create db:schema:load

Run server:

$ rails s

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request