This is my testbed/playground project for angularjs and sails.js. It isn't secured in any way. DONT TRY THIS AT HOME.
npm install
bower install
- clone mongo adapter into a directory
- change into this directory
git checkout 0.8.4
npm link
- change back to project directory
npm link sails-mongo-hoschi
grunt watch
grunt nodemon:dev
-
checkout stable branch
git checkout stable
-
add
config/local.js
like thismodule.exports.port = 3003; module.exports.environment = 'production';
-
compile scss files with
grunt compass
-
run app with
forever start app.js