The previous page: Content
The environment - is a list of programs needed to run a platform:
-
Install the DBMS MongoDB. Verified version -
3.6.9
. -
Next create the
data
folder on the C: drive and create a subfolderdb
there. -
Go to the
MongoDB
folder, then to theserver\bin
folder and run themongod.exe
file to run the app. If you need to use the other database folder thanc:\data\db
, then you must run themongod.exe
file with the--dbpath
parameter, after which you should specify the database path.
Node.js - is the runtime environment for implementing the components.
-
Install the runtime environment Node.js. Node.JS verified version -
10.14.2
. -
By default, the installer registers the paths to Node.JS in PATH, and sets the
npm
Package Manager.
Install the global dependencies in the command prompt cmd.exe
run as administrator, after installing the node.js
.
NB: the node -v
command - indicates the node.js version.
-
Install globally node-gyp by the
npm install -g node-gyp
command. It is necessary for building the various libraries. -
For the Windows operating system, it is additionally necessary to install the windows-build-tools package
npm install -g --production windows-build-tools
.
Use the Gulp app to organize testing and building of distributions. Install globally by the npm install -g [email protected]
command. 4.0
- supported version of Gulp
.
To install the frontend libraries, you should install bower globally, by the npm install -g bower
command.
The next page: Step 2 Core, modules and application
Copyright (c) 2018 LLC "ION DV".
All rights reserved.