File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,24 +43,24 @@ Installation and startup commands are given below the binary packages and docker
4343OS-X x64:
4444
4545``` bash
46- curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.10 /hapi-server-v1.0.10 -darwin-x64.tgz | tar zxf -
47- cd hapi-server-v1.0.10
46+ curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11 /hapi-server-v1.0.11 -darwin-x64.tgz | tar zxf -
47+ cd hapi-server-v1.0.11
4848 ./hapi-server --open
4949
5050Linux x64:
5151
5252` ` ` bash
53- curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.10 /hapi-server-v1.0.10 -linux-x64.tgz | tar zxf -
54- cd hapi-server-v1.0.10
53+ curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11 /hapi-server-v1.0.11 -linux-x64.tgz | tar zxf -
54+ cd hapi-server-v1.0.11
5555 ./hapi-server --open
5656` ` `
5757
5858Docker:
5959
6060```
61- docker pull rweigel/hapi-server: v1 .0.10
62- docker run -dit --name hapi-server-v1.0.10 --expose 8999 -p 8999:8999 rweigel/hapi-server: v1 .0.10
63- docker exec -it hapi-server-v1.0.10 ./hapi-server
61+ docker pull rweigel/hapi-server: v1 .0.11
62+ docker run -dit --name hapi-server-v1.0.11 --expose 8999 -p 8999:8999 rweigel/hapi-server: v1 .0.11
63+ docker exec -it hapi-server-v1.0.11 ./hapi-server
6464# Open http://localhost:8999/TestData/hapi in a web browser
6565```
6666
Original file line number Diff line number Diff line change 11{
22 "name" : " @hapi-server/server" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "license" : " MIT" ,
55 "engine-strict" : true ,
66 "engines" : {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ PYTHONV=3.8.5
2727# Do not modify following line. Version set by call to
2828# npm run version
2929# which uses version in package.json
30- VERSION =v1.0.10
30+ VERSION =v1.0.11
3131
3232# To get other OS-X versions, see
3333# https://developer.apple.com/forums/thread/111322
You can’t perform that action at this time.
0 commit comments