Server Application Install Instructions
Edge DERMS is deployed as a web application from an https file server. Only one application should be hosted under each https file server. The https server can be signed with an SSL certificate (for example, self-signed non Certificate Authority (CA)).
To install the application, copy the www directory from the application build distribution directory to the https server root directory. For example, on a simple OPAL NMS system, there is an nms-lighttpd server serving the $OPERATIONS_MODELS directory, Follow the instructions in the nms-lighttpd script to enable the https server. For this example, we will assume the host name is host.com and the https port will be 8889. Copy the application build distribution directory OMA2/dist/oma_pwa/www directory to $OPERATIONS_MODELS/mobile/oma2/www directory. From any client device with access to the nms-lighttpd server, go to the address: https://host.com:8889/mobile/oma2/www/index.html, and Edge DERMS will start as a PWA enabled application.