Installation and running instructions

  • install npm
  • install some packages: npm install -g bower polymer-cli gulp-cli
  • setup gulp with npm install \--save-dev gulp gulp-rm-lines
  • run gulp in code/

A minimal local installation requires:

  • either dez-client pointing towards the public servers (you need to be on the same branch TODO than the public servers)
  • or dez-client pointing towards a local dez-ws

dez-ws

In `code/dez-server/``

dez-auth (optional)

dez-collab (optional)

dez-client

In code/dez-client/dezrann:

  • create config.json, for example by copying either config-local.json or config-public.json
  • run bower install or bower update (possibly after rm -rf bower_components)
  • run polymer serve
  • the client should be available from http://localhost:8081/ or another address given by polymer