Running as a Service
Deprecated
This functionality is deprecated and will be removed in a future release.
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 raneto
on *NIX) - Run Raneto with
raneto start
and access logs withraneto logs
- When finished, run
raneto stop