Dobby UI
- checkout dobby from github
rebar compile
rebar generate
- start dobby:
rel/dobby/bin/dobby console
- checkout dobby_rest from github
make
- checkout dobby_ui
- (install nodejs if you don't have it)
npm install
- link
dobby_ui/www
todobby_rest/rel/dobby_rest/lib/dobby_rest-1/priv/static/www
to allow the dobby_rest web server to serve the javascript files for the UI in Chrome, openlocalhost:8080//static/www/index.html
To get sample data into dobby:
- checkout weave from github
cd util
./mk_json example_topology > /tmp/json
- In the dobby console:
dby_bulk:import(json0, "/tmp/json").