Skip to content
/ GAOWL Public

activityOverlord using Gulp generators for sails waterlock and waterlock local auth

License

Notifications You must be signed in to change notification settings

Karnith/GAOWL

Repository files navigation

GAOWL

Dependency Status MIT License

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.

About

activityOverlord using Gulp generators for sails waterlock and waterlock local auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published