/workestra-web

beanstalk proxy

Primary LanguageRuby

Workestra

Development Environment

Pre-Requisites:

  • Git
  • Virtual Box
  • Vagrant

On Host machine

git clone git@github.com:workestra/workestra-web.git
cd workestra-web
vagrant init
vagrant ssh

On VM

cd /workestra-web
bundle install --without production
foreman start

navigate to localhost:3000