Overview
Geos is deployed using PM2 process manager on all nodes.PM2 Commands
Check running processes:Database Access
To access the MySQL database:Deploying Server and Indexer
To deploy the server and indexer services on geos-02 and geos-03:-
SSH into the node:
-
Switch to deployer user:
-
Navigate to the geos directory:
-
Start the server (port 3000):
-
Start the indexer (port 4000):
-
Verify services are running:
The
-f flag forces PM2 to start the process even if it’s already running. Use this when redeploying or restarting services.
