File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414# git commit -a -m "Final X.Y.Z commit"
1515# git push
1616
17- # git checkout deploy; git pull
18- # git merge origin/master --squash
17+ # git checkout deploy
18+ # git merge -X theirs origin/master --squash
1919# git commit -a -m "vX.Y.Z Release"
2020# git push
2121# git checkout master
Original file line number Diff line number Diff line change @@ -43,25 +43,25 @@ npm install -g "@hapi-server/server"
4343OS-X x64:
4444
4545``` bash
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
46+ curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.12 /hapi-server-v1.0.12 -darwin-x64.tgz | tar zxf -
47+ cd hapi-server-v1.0.12
4848./hapi-server --open
4949```
5050
5151Linux x64:
5252
5353``` bash
54- curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11 /hapi-server-v1.0.11 -linux-x64.tgz | tar zxf -
55- cd hapi-server-v1.0.11
54+ curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.12 /hapi-server-v1.0.12 -linux-x64.tgz | tar zxf -
55+ cd hapi-server-v1.0.12
5656./hapi-server --open
5757```
5858
5959Docker:
6060
6161```
62- docker pull rweigel/hapi-server:v1.0.8
63- docker run -dit --name hapi-server-v1.0.8 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.8
64- docker exec -it hapi-server-v1.0.8 ./hapi-server
62+ docker pull rweigel/hapi-server:v1.0.12
63+ docker run -dit --name hapi-server-v1.0.12 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.12
64+ docker exec -it hapi-server-v1.0.12 ./hapi-server
6565# Open http://localhost:8999/TestData/hapi in a web browser
6666```
6767
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.11
30+ VERSION =v1.0.12
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