Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.
/ rails-starter Public archive

Ruby on Rails starter app (ruby 2.5.0dev, rails 5.1.1)

License

Notifications You must be signed in to change notification settings

sbolel/rails-starter

Repository files navigation

Getting Started

Clone repository

git clone sb-rails-starter

Install PostgreSQL on OS X:

brew install postgresql
brew services start postgresql

Create gemset

rvm gemset create sb-rails
rvm gemset use sb-rails

Install dependencies

bundle install

Start server

rails server