Skip to content

codescrum/rails5-template

Repository files navigation

README

This is a Rails 5.0.1 starter application.

Ruby version

Runs under Ruby 2.3.1 (check .ruby-version file)

System dependencies

Getting started

  1. Clone this project
  2. Run bundle install
  3. Copy configuration files, example:

All configuration files are .gitignored. These files have all a corresponding example file which follows the convention:

.example

Run the commands below for you to create the actual files from the example files.

cp config/database-postgresql.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
cp .env.example .env
  1. Modify your database.yml file accordingly
  2. Modify your secrets.yml file accordingly
  3. Modify your .env file accordingly
  4. Run rake db:setup

Running specs

TODO

Third party services

TODO

Deployment instructions

TODO