Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 528 Bytes

You don't have to be Gandolf to ride Shadowfax, a Rails starter template.

This template is a derivative of:

Installation

rails new blog \
  -d postgresql \
  -m https://raw.githubusercontent.com/heyogrady/shadowfax/master/template.rb

Steps

  1. Generate application files and directories
  2. Ensure bundler is installed
  3. Created databases
  4. Commit everything to git
  5. Push the branch if you specified a remote repository