Changes between Version 1 and Version 2 of programmersguide/configurewebapp


Ignore:
Timestamp:
05/12/17 12:56:10 (9 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/configurewebapp

    v1 v2  
    1515== Dependencies == 
    1616 
    17 To install local dependencies from the TerraMA2 folder 
     17To install local dependencies from the TerraMA2 folder, 
    1818 
     19In the folder webapp: 
    1920{{{ 
    20 cd webapp 
    2121npm install 
    2222bower install  
     
    2424}}} 
    2525 
    26  
     26In the folder webcomponents: 
    2727{{{ 
    28 cd webcomponents 
    2928npm install  
    3029grunt 
    3130}}} 
    3231 
     32In the folder webmonitor: 
    3333{{{ 
    34 cd webmonitor 
    3534npm install 
    3635bower install