Skip to content
 
 

Repository files navigation

rails-template

A template for a modern Rails app

Design goals

  1. Support good practice for development and devops
  2. Allow users to register and verify an account
  3. Templated UI

Installation

Install Yarn

Debian / Ubuntu

  1. sudo apt-get install libpq-dev
  2. bundle install

RedHat / CentOS

  1. sudo yum install postgresql-devel
  2. bundle install

MacOS

  1. brew install postgresql
  2. bundle install

Notes

Credentials

The credentials file only contains secret_key_base. Other secrets and configuration settings are managed with environment variables.

About

A template for a modern Rails app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors