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

marilynpi/editorial_node_angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •