Updated Windows Installation (markdown)

ranrinc
2016-09-14 23:05:45 +07:00
parent 3300a9129e
commit 6900b27de8

@@ -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.