Running as a Service
You can run Raneto easily in the background on your local or production machines with PM2.
- Install Raneto globally with
npm install -g raneto - Edit the configuration file in your global NPM
node_modules/directory (locate withwhich ranetoon *NIX) - Run Raneto with
raneto startand access logs withraneto logs - When finished, run
raneto stop