-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description on how to use the images ozonedev and ozonedemo #127
Comments
(This is holiday time, so responses may be delayed - sorry about that) Lets break this into two parts: Once you resolve a) we can focus on b) As far as a) goes, there are two ways. The docker way (easiest) or the build your own way. I don't use docker, so lets wait for @web2wire to respond. As far as build your own is concerned, I just built ozone from scratch on two different ubuntu machines. I committed some changes that were causing issues (but not the ones you emailed about FFMPEG). If you follow the install instructions exactly it should work without problems (ozone uses a specific version of ffmpeg, so for now its best you don't try and integrate with your OS bundled ffmpeg) |
My first suggestion would be to run the commands in the run-demo script manually to start with. So start with setting the environment
And then run the two commands that supervisord runs, but do them manually. The commands are
to start the web side and
to start the server side. So lets see what issues either of them returns with. |
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
The text was updated successfully, but these errors were encountered: