Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 753 Bytes

promotion-request-manager

Developer Host Dependencies:

Steps to get up and running:

    1. Install all above dependencies
    1. run "vagrant up"
    1. run "vagrant ssh"
    1. cd into the rails app within the vm "cd app"
    1. run the rails setup script "bin/setup"
    1. run the development server "bundle exec rails server" or "bails s"

Notes: This is a modern ruby stack, so all gem-related calls must go through bundler. To make this easier this VM ships with the aliases "bake"(bundle exec rake), "bails"(bundle exec rails), and "bx"(bundle exec)