added update in readme.md
This commit is contained in:
parent
28228c5cc4
commit
fb983ed0e7
14
README.md
14
README.md
@ -42,6 +42,20 @@ cd ~/bin
|
|||||||
pm2 start processes.json
|
pm2 start processes.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Updating
|
||||||
|
|
||||||
|
To update the API client use the following commands:
|
||||||
|
|
||||||
|
```
|
||||||
|
pm2 kill
|
||||||
|
cd ~/bin/www
|
||||||
|
git pull
|
||||||
|
sudo npm update
|
||||||
|
sudo npm install
|
||||||
|
cd ..
|
||||||
|
pm2 start processes.json
|
||||||
|
```
|
||||||
|
|
||||||
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
|
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
|
||||||
[travis-url]: https://travis-ci.org/cubedro/eth-net-intelligence-api
|
[travis-url]: https://travis-ci.org/cubedro/eth-net-intelligence-api
|
||||||
[dep-image]: https://david-dm.org/cubedro/eth-net-intelligence-api.svg
|
[dep-image]: https://david-dm.org/cubedro/eth-net-intelligence-api.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user