How to install RestIgniter

[Ref: http://www.squadrainformatica.com/en/development]

Steps

Download the code in your webserver folder:

cd /var/www
git clone https://damko@github.com/damko/RestIgniter.git restigniter

set the rights: (www-data is the user used by the webserver)

chown www-data:www-data restigniter/application/logs

modify the application/config/config.php file

$config['rest_server'] variable in the rest.php file

check that the ENVIRONMENT specified the index.php file is “production”

define('ENVIRONMENT', 'production');