see https://forwardhq.com/login for host-forwarding account.
To install the Synchro App dev environment:
git clone git@github.com:bfcoursewool/synchro_ops.git
cd synchro_ops
git submodule init
git submodule update
cd synchro_app
git checkout develop
install vagrant, then, from the synchro_ops directory:
vagrant up
vagrant ssh
within the vagrant box...
cd synchro_app
python run.py
Now you can visit localhost:1337/<gold/cognos/genesis> in a browser on your local machine and you should see the project.
Grunt and Webpack run from the toplevel ops directory...
cd /vagrant grunt webpack -p --watch