Installation
Windows
- Nodejs version >=8.10.16
- NPM version >= 5 (Comes with node installation)
- Python version 2.7
- MongoDB version >= 3.6
- Windows build tools
- Follow the instructions on the node canvas installation for Windows page to set up the system dependencies for node-canvas
- Install the WKHTMLTOPDF command line tool from the wkhtmltopdf download page.
Linux
- Nodejs version >=8.10.16
- NPM version >= 5 (Comes with node installation)
- Python version 2.7
- MongoDB version >= 3.6
- Run the following command to mostly setup the system dependencies for node-canvas
sudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++ libgconf2-4
- Install the WKHTMLTOPDF command line tool from the wkhtmltopdf download page.
#Installing Dynamo
Dynamo-web (Web Server)
git clone https://gitlab.com/grp_tenece_dev/Dynamo-web.git
npm install
Dynamo-admin (Developer interface)
git clone https://gitlab.com/grp_tenece_dev/Dynamo-admin.git
npm install