Note: for instalaltion instructions using gem-packaged Nagira please see INSTALL

Installation procedure

or

rackup -p <port>

Go to URL: http://localhost:4567/status

Init.d start file

Install init.d file

Rake task is provided for installation of /etc/init.d start file. This task will parse provided ERB template (./config/nagira.init_d.erb) and configure services to start at boot time. Start file is /etc/init.d/nagira.

This task should be executed as root user. To install start file run:

rake config:init_d

Configure services

config:service task configures services to run at boot time.

Note: As of time of writing (v.0.2) this task only works on Debian or Ubuntu Linux distribution, and fails on any other Linux/UNIX system.

See also