Nms-api-start-services

From I Will Fear No Evil
Revision as of 14:56, 15 October 2021 by Chubbard (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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