mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-13 21:16:51 -05:00
Updated Windows Installation (markdown)
@@ -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`
|
||||

|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user