Skip to content

Develop: UI in AngularJS

computerlyrik edited this page Dec 31, 2015 · 2 revisions

Setup your development environment

To develop within a view, you need to perform the following steps. This is in addition and/or replacing the step make media.

Package Angular WEbapp

  • cd into controller/static
  • npm install
  • gulp bower

Start Shipyard

Using docker for required rethinkdb:

docker run -d -p 28015:28015 rethinkdb
cd controller #this is important
./controller server --rethinkdb-addr localhost:28015