Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChMarina committed Dec 5, 2018
1 parent 119bdb8 commit 4f02db5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,24 @@ cd node_proxy/build
./build.sh
```

## Update proxy to recent version

1. Stop running proxy:
```shell
kill `ps axuwf|grep proxy_config|grep -v grep|awk '{print $2}'
```
2. Go to directory where you've cloned node_proxy, for example
```shell
cd /tmp/node_proxy
git pull
cd build
rm -rf
cmake ..
make -j
```
3. Start proxy:
```shell
./proxy proxy_key proxy_config 9999 1000000
```

0 comments on commit 4f02db5

Please sign in to comment.