🍙POGOserver - Porting POGOserver to Visual Studio -rev3

This commit is contained in:
--=FurtiF™=-- 2016-11-02 03:11:16 +01:00
parent e3b438f5b8
commit 1ade9a2d97
2 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,9 @@ The required database tables get generated automatically.
You need at minimum [Node.js](https://nodejs.org/en/) version 6.x.
Open up a terminal and enter ``run.bat`` to select server options.
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
@ -66,7 +68,7 @@ Open up a terminal and enter ``run.bat`` to select server options.
2. Place ``Dockerfile``, ``cfg.js.example`` and ``supervisord.conf`` into the same folder. Rename ``cfg.js.example`` to ``cfg.js``.
3. Modify ``cfg.js`` to your requirements as described above.
4. Create a container and run it.
5. Open a bash prompt, enter: ``cd /POGOserver/`` and enter ``run.bat`` select option.
5. Open a bash prompt, enter: ``cd /POGOserver/`` and enter ``npm run boot``.
6. Connect the Pokemon Go app to the server.
7. Done.

View File

@ -1,4 +1,4 @@
<html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">