Changes between Version 3 and Version 4 of programmersguide/configurewebapp
- Timestamp:
- 05/12/17 12:59:04 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/configurewebapp
v3 v4 38 38 == Executing the web application == 39 39 40 === Webapp === 40 41 To execute the webapp go to the webapp folder and run 41 42 {{{ … … 43 44 }}} 44 45 46 If you are using the default configuration, the webapp will be available at {{{ localhost:36000 }}} 47 48 === Webmonitor === 45 49 To execute the webmonitor go to the webmonitor folder and run 46 50 {{{ 47 51 npm start 48 52 }}} 53 54 If you are using the default configuration, the webmonitor will be available at {{{ localhost:36001 }}}
