How to configure
-
Take the clone from new-master branch
-
cd classified
-
sudo apt-get update
-
sudo apt-get install nodejs
-
sudo apt-get install npm
-
npm -g install sails
-
npm install
then start server
- sails lift
then open "http://localhost:8080/"