Changes between Version 3 and Version 4 of programmersguide/configurewebapp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/configurewebapp

    v3 v4  
    3838== Executing the web application == 
    3939 
     40=== Webapp === 
    4041To execute the webapp go to the webapp folder and run 
    4142{{{ 
     
    4344}}} 
    4445 
     46If you are using the default configuration, the webapp will be available at {{{ localhost:36000 }}} 
     47 
     48=== Webmonitor === 
    4549To execute the webmonitor go to the webmonitor folder and run 
    4650{{{ 
    4751npm start 
    4852}}} 
     53 
     54If you are using the default configuration, the webmonitor will be available at {{{ localhost:36001 }}}