Update README.md
This commit is contained in:
parent
4d36daef75
commit
32e283687a
22
README.md
22
README.md
|
|
@ -53,15 +53,21 @@ curl http://localhost:9090/api/health
|
||||||
git pull origin main
|
git pull origin main
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
```
|
```
|
||||||
**To connect to aws Server**
|
### 6. Connecting to the AWS Server (Production)
|
||||||
Install mobax or ssh terminal application
|
To connect to the live AWS server and manage the deployment:
|
||||||
create session with this ip address 13.232.42.59
|
1. Install **MobaXterm** (or any SSH terminal application).
|
||||||
give private key named mesibo (ask dhakshan).i cant give key here in this repo.
|
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)
|
## 🏗️ Local Development (No Docker for Services)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue