I tried to run the examples through the docker images: https://hub.docker.com/u/web2wire/
However, I wasn't able to reproduce the same results of the page: http://demo.ozone.network:9280/demo.html
Step-by-step this is what I did:
$ docker pull web2wire/ozonedev
$ docker run -it web2wire/ozonedev /bin/bash
container$ ./bootstrap-ozone.sh
container$ cd demo
container$ ./run-demo.sh
and this was the output:
2016-12-13 17:56:48,791 CRIT Set uid to user 1000
2016-12-13 17:56:48,799 INFO RPC interface 'supervisor' initialized
2016-12-13 17:56:48,799 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-12-13 17:56:48,799 INFO supervisord started with pid 96
2016-12-13 17:56:49,802 INFO spawned: 'app' with pid 99
2016-12-13 17:56:49,803 INFO spawned: 'schedule' with pid 100
2016-12-13 17:56:49,881 INFO exited: app (exit status 1; not expected)
2016-12-13 17:56:50,883 INFO spawned: 'app' with pid 115
2016-12-13 17:56:50,884 INFO success: schedule entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-13 17:56:50,957 INFO exited: app (exit status 1; not expected)
2016-12-13 17:56:52,959 INFO spawned: 'app' with pid 120
2016-12-13 17:56:53,037 INFO exited: app (exit status 1; not expected)
2016-12-13 17:56:56,040 INFO spawned: 'app' with pid 125
2016-12-13 17:56:56,110 INFO exited: app (exit status 1; not expected)
2016-12-13 17:56:57,111 INFO gave up: app entered FATAL state, too many start retries too quickly
I notice the files on /ozonebase/server/src/examples/ but I'm not sure how to access starter_example.html from my host browser...
I hope someone can assist me on solving this, so I can be able to try oZone
I tried to run the examples through the docker images: https://hub.docker.com/u/web2wire/
However, I wasn't able to reproduce the same results of the page: http://demo.ozone.network:9280/demo.html
Step-by-step this is what I did:
and this was the output:
I notice the files on
/ozonebase/server/src/examples/but I'm not sure how to access starter_example.html from my host browser...I hope someone can assist me on solving this, so I can be able to try oZone