Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing formatting.
  • Loading branch information
philion authored May 22, 2024
1 parent 64e0000 commit c733fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ To install this service, the fist time, you will need to:

## Deploying
Once the service has been setup (as above), it can be deployed using the following process:
1. Login to the <coverage-host>
1. Login to the coverage-host
2. Pull the lastest version from github
3. Restart the server

The shell commands are:
```
ssh <coverage-host>
ssh coverage-host
cd ccn-coverage-vis
git pull
pm2 restart
Expand All @@ -33,7 +33,7 @@ pm2 restart
## Troubleshooting & Recovery
When a problem occurs, there are several checks to determine where the failure is:
1. Check HTTP errors in the browser
1. Login to the <coverage-host>
1. Login to the coverage-host
2. Confirm ccn-coverage-vis is operating as expected
3. Confirm nginx is operating as expected

Expand All @@ -59,7 +59,7 @@ Next, confirm ccn-coverage-vis is operating as expected. To do this, you will ne

Use `pm2 list` to confirm the "Vis Server" is **online**
```
ssh <coverage-host>
ssh coverage-host
pm2 list
```
![Online services under PM2](pm2-running-services.png "Online services under PM2")
Expand Down

0 comments on commit c733fbf

Please sign in to comment.