Skip to content

gangplank/promotion-request-manager

Repository files navigation

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)

Releases

No releases published

Packages

No packages published