Nms-api-start-services
Jump to navigation
Jump to search
Currently there is no systemd, so all daemons are actually running via the PHP server command directly.
cd /opt/nmsApi/ php -S 0.0.0.0:8002 -t public &
Nothing has been done as far as headers or CORS at this time. This simply starts the API system