Nms-api-start-services: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "Currently there is no systemd, so all daemons are actually running via the PHP server command directly. <pre> cd /opt/nmsApi/ php -S 0.0.0.0:8002 -t public & </pre> Nothing...")
 
No edit summary
Line 7: Line 7:


Nothing has been done as far as headers or CORS at this time.  This simply starts the API system
Nothing has been done as far as headers or CORS at this time.  This simply starts the API system
[[Category:NMS]]

Revision as of 14:56, 15 October 2021

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