-
Notifications
You must be signed in to change notification settings - Fork 7
Deployment guide
palaumarc edited this page Nov 27, 2014
·
24 revisions
- Live Media Streamer MUST be installed in usr/local/ in order to use LMS webGUI.
- Web GUI tested on Google Chrome and Mozilla Firefox web browsers
Only recommended for testing
cd api
rackup -p<port>
Recommended for non-testing purposes.
First of all it is necessary to configure Nginx properly. A nginx.conf file can be found in api/nginx.conf.example
After configuring it, execute this:
sudo service nginx restart
unicorn -c unicorn.rb -D
Once the server is up the GUI is accessible using a web browser, introducing the server address in the browser bar (e.g localhost:9292).