From 6900b27de8a5ac3bb323e3f5a790132bba2f433f Mon Sep 17 00:00:00 2001 From: ranrinc Date: Wed, 14 Sep 2016 23:05:45 +0700 Subject: [PATCH] Updated Windows Installation (markdown) --- Windows-Installation.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Windows-Installation.md b/Windows-Installation.md index cceadaa..39b4b84 100644 --- a/Windows-Installation.md +++ b/Windows-Installation.md @@ -72,6 +72,22 @@ Suggested way to run the .bat files is as followed: Hold `Shift` and right click into the folder. Then Click `Open command window here` ![](http://i.imgur.com/RyWPcxd.png) -Type `install-windows.bat` if you type in `inst` and press the tab key on your keyboard it automatically fills the rest in then wait for it to finish and succeed. Afterwards do the same with `run-windows.bat` +Type `install-windows.bat` if you type in `inst` and press the tab key on your keyboard it automatically fills the rest in then wait for it to finish and succeed. + +Current repository do not have `run-windows.bat` so you will need to create one. Simply using Note++ you need to create a new file and wrote this +````js + npm install && npm run boot + pause +```` +Afterwards save it as `run-windows.bat` + +Again like `install-windows.bat` you will need to run `run-windows.bat` using command prompt. + +You're server should be up and running then. + +Next you will need to [How to setup API services through Google Console] (https://github.com/maierfelix/POGOserver/wiki/How-to-setup-API--services-through-Google-Console) + +For Windows you will need to copy API files into XAMMP HTDocs folder and you will be able to called it `http://localhost/APIdirectory` from your browser. + +for login please used default user id `root` and password `blank` once login if you done everything correctly you should be able to see the map. Double click the map and you should be able to add pokestop, gym, and spawn point. -You're server should be up and running then. \ No newline at end of file