| Version 2 (modified by jano.simas, 9 years ago) (diff) |
|---|
Configuring TerraMA2 Web
The TerraMA2 Web application need some dependencies to be installed in develop environment.
Global Dependencies
To install the global dependencies run these two commands:
sudo npm install -g bower sudo npm install -g grunt
Dependencies
To install local dependencies from the TerraMA2 folder,
In the folder webapp:
npm install bower install grunt
In the folder webcomponents:
npm install grunt
In the folder webmonitor:
npm install bower install
