Installation and running instructions
- install npm
- install some packages:
npm install -g bower polymer-cli gulp-cli - setup
gulpwithnpm install \--save-dev gulp gulp-rm-lines - run
gulpincode/
A minimal local installation requires:
- either
dez-clientpointing towards the public servers (you need to be on the same branch TODO than the public servers) - or
dez-clientpointing towards a localdez-ws
dez-ws
In `code/dez-server/``
- create
config.jsonby copyingconfig-sample.json - run
npm start - the server now answer, as for example http://localhost:8888/ping and to http://localhost:8888/corpus
dez-auth (optional)
dez-collab (optional)
dez-client
In code/dez-client/dezrann:
- create
config.json, for example by copying eitherconfig-local.jsonorconfig-public.json - run
bower installorbower update(possibly afterrm -rf bower_components) - run
polymer serve - the client should be available from http://localhost:8081/ or another address given by polymer