diff --git a/README.md b/README.md index 21dc669..c975f34 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,21 @@ curl http://localhost:9090/api/health git pull origin main docker-compose up -d --build ``` -**To connect to aws Server** -Install mobax or ssh terminal application -create session with this ip address 13.232.42.59 -give private key named mesibo (ask dhakshan).i cant give key here in this repo. +### 6. Connecting to the AWS Server (Production) +To connect to the live AWS server and manage the deployment: +1. Install **MobaXterm** (or any SSH terminal application). +2. Create a new SSH session with the IP address: `13.232.42.59`. +3. Use the private key named `mesibo.pem` *(Ask Dhakshan for this key, it is not stored in this repository for security reasons)*. +4. Once connected, navigate to the project directory: + ```bash + cd /home/ubuntu/Autopilot + ``` +5. Check if the containers are running properly: + ```bash + docker ps -a + ``` +6. Access the live dashboard at [http://13.232.42.59](http://13.232.42.59). -go to cd /home/ubuntu/Autopilot -give docker ps -a (To check if the containers are running well) -then go to http://13.232.42.59 -that its. --- ## 🏗️ Local Development (No Docker for Services)