wiki:programmersguide/configurewebapp

Version 3 (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

Executing the web application

To execute the webapp go to the webapp folder and run

npm start

To execute the webmonitor go to the webmonitor folder and run

npm start