This project was generated with the Angular Full-Stack Generator version 4.2.2.
- Git
- Node.js and npm Node >= 4.x.x, npm >= 2.x.x
- Gulp (
npm install --global gulp
) - MongoDB - Keep a running daemon with
mongod
- graph-ryder-api - use matching branch and keep a running instance
-
Run
npm install
to install server dependencies. -
Run
mongod
in a separate shell to keep an instance of the MongoDB Daemon running -
Run
avres-api
in a separate shell to keep an instance running -
Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready.
Please refer to the Generator guide and use yeoman cmd to create new content
Run gulp build
for building and gulp serve
for preview.
-
git clone https://github.com/norbertFeron/avres-dashboard.git
-
mv YOUR_NEO4J_WITH_PLUGINS neo4j
-
import your server.crt and server.key in "certs" folder
-
Api config file ( in private-graph-ryder-api ):
- cp config.example.ini config.ini
- nano config.ini
- set your neo4j password
-
docker-compose up ( in avres-dashboard )