Skip to content

Commit c733fbf

Browse files
authored
Update README.md
Fixing formatting.
1 parent 64e0000 commit c733fbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ To install this service, the fist time, you will need to:
1818

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

2525
The shell commands are:
2626
```
27-
ssh <coverage-host>
27+
ssh coverage-host
2828
cd ccn-coverage-vis
2929
git pull
3030
pm2 restart
@@ -33,7 +33,7 @@ pm2 restart
3333
## Troubleshooting & Recovery
3434
When a problem occurs, there are several checks to determine where the failure is:
3535
1. Check HTTP errors in the browser
36-
1. Login to the <coverage-host>
36+
1. Login to the coverage-host
3737
2. Confirm ccn-coverage-vis is operating as expected
3838
3. Confirm nginx is operating as expected
3939

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

6060
Use `pm2 list` to confirm the "Vis Server" is **online**
6161
```
62-
ssh <coverage-host>
62+
ssh coverage-host
6363
pm2 list
6464
```
6565
![Online services under PM2](pm2-running-services.png "Online services under PM2")

0 commit comments

Comments
 (0)