Skip to content
Matej Kramny edited this page Feb 8, 2017 · 1 revision

How to run

Requirements:

  • Vagrant
  • Virtualbox
  • Reasonable internet connection
  1. Clone
  2. Checkout the right branch (e.g. feature/whatever)
  3. Pull/Update all git submodules (one in node_modules/ng-models)
  4. vagrant up
  • The box will provision itself and will be available on 10.0.3.2:80
  • It might take a while to compile dependencies and download images.. do vagrant ssh then docker logs -f ng_frontend to check on progress.
  • Look for listening to port 80 then open browser.

Run locally

Warning, windows tends to have problems...

  1. clone, pull submodules etc
  2. Run using grunt serve
  3. Open localhost:3000

Default login

[email protected]
C@stawayL4bs

Development

  1. Install vagrant plugin install vagrant-gatling-rsync
  2. vagrant up
  3. vagrant vagrant-gatling-rsync (rsyncs the local files to the guest, and then nodemon picks it up from docker, restarting the server ;))
Clone this wiki locally