GAOWL
Requirements
- Sails-disk or db adapter, Node v.0.10.30.
Install
To use this demo do the following:
npm install
now you can do a sails lift
The app will automatically download the bower packages for you and add them to the assets folder (courtesy of sails-generator-bower-gulp).
To change the database store from local disk to another, like mongo for example, just edit the config/connections.js and the models.js files with the appropriate connection info.
Mongo has already been configured for localhost with no username and password.
Issues
- Issue with node version 0.10.31 due to gulp-imagemin package #60, recommend staying at node version 0.10.30 until it is fixed or replacement for gulp-imagemin is found.
- Issue with grunt error in console (false positive, has no effect on app) due to grunt being called in defaultHooks.js in sails module. To remove error, comment out the
'grunt'
on line 25.
- On linux, usse with .tmp directory not cleaning properly due to permissions being set on dir structure and files on creation. see here for details.
License
MIT
© 2014 Karnith
Sails is free and open-source under the MIT License.