Skip to content

codescrum/rails5-template

Folders and files

NameName
Last commit message
Last commit date
Feb 24, 2017
Feb 24, 2017
May 5, 2017
May 5, 2017
Feb 24, 2017
Feb 24, 2017
Feb 24, 2017
Feb 24, 2017
Feb 28, 2017
Feb 27, 2017
Feb 24, 2017
May 5, 2017
May 5, 2018
Mar 2, 2017
Feb 24, 2017
Feb 24, 2017

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

About

New rails5 template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published