.-..-.
Sails <| .-..-.
v0.11.5 |\
/|.\
/ || \
,' |' \
.-'.-==|/_--'
`--'-------'
__---___--___---___--___---___--___
----------------
a Sails and Angular application
- Node.js
- node-gyp
- bcrypt
- Sails.js
You will also need to install:
Windows 10:
- Install the latest version of nodejs
- Install Python 2.7 from https://www.python.org/download/releases/2.7/ and make sure its on the System Path
- Install Visual Studio Community 2015 Edition. (Custom Install, Select Visual C++ during the installation)
- Set the environment variable GYP_MSVS_VERSION=2015
- Run the command prompt as Administrator
- Install node-gyp $ npm install node-gyp -g --msvs_version=2015 <-- Shouldn't be needed if you have set GYP_MSVS_VERSION env
- Install bcrypt $ npm install bcrypt -g --msvs_version=2015 <-- Shouldn't be needed if you have set GYP_MSVS_VERSION env
- Install sails $ npm install sails -g
Ubuntu:
- Install the latest version of nodejs
- Install dev libs $ sudo apt-get install build-essential openssl libssl-dev
- Install node-gyp $ npm install node-gyp
- Install bcrypt $ npm install bcrypt
- Install sails $ npm install sails
Install dependencies In the root of project, run
$ npm install $ sails lift