Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Installing Sails

Nikz Jon edited this page Apr 28, 2015 · 3 revisions

Installing Sails

Before we do anything else, its important to update the npm version to latest.

# npm -g install npm@latest

Now we need a production node server to run forever. PM2 is the module for this purpose.

# npm -g install pm2

Now we can install sails framework

# npm -g install sails

Note : press Ctrl + D to exit the root user and get back to normal user