Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (52 loc) · 1.72 KB

File metadata and controls

64 lines (52 loc) · 1.72 KB

editorial_node_angular

            .-..-.

Sails              <|    .-..-.
v0.11.5             |\
                   /|.\
                  / || \
                ,'  |'  \
             .-'.-==|/_--'
             `--'-------'
__---___--___---___--___---___--___

----------------

a Sails and Angular application

Admin for a editorial

Dependencies:

  • Node.js
  • node-gyp
  • bcrypt
  • Sails.js

Setup

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