Skip to content
palaumarc edited this page Nov 27, 2014 · 24 revisions

Tips

  • 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

Rack server deployment

Only recommended for testing

cd api
rackup -p<port>

Nginx server deployment

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

Using the web front-end

Once the server is up the GUI is accessible using a web browser, introducing the server address in the browser bar.

  • Rack default port is 9292 (e.g localhost:9292)
  • Nginx port is 80 (e.g localhost)
Clone this wiki locally