mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-21 17:34:27 -05:00
commit
0f73b8805e
|
|
@ -60,6 +60,8 @@ You need at minimum [Node.js](https://nodejs.org/en/) version 6.x.
|
|||
|
||||
Open up a terminal and enter ``npm run boot`` to start the server or ``npm run api`` to start the web-api.
|
||||
|
||||
To Update the Server enter ``npm run update``
|
||||
|
||||
## Docker setup
|
||||
|
||||
1. Download ``Dockerfile``, ``cfg.js.example`` and ``supervisord.conf`` from github.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"babel-node": "babel-node --presets=es2015",
|
||||
"boot": "npm run babel-node -- ./src/index.js",
|
||||
"api": "npm run babel-node -- ./api/index.js",
|
||||
"update": "npm run babel-node -- ./update.js"
|
||||
"update": "npm run babel-node -- ./updater.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.x",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user