mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-13 21:16:51 -05:00
Updated Windows Installation (markdown)
@@ -1,10 +1,13 @@
|
||||
**This is still a W.i.P**
|
||||
|
||||
### Nodejs and NPM
|
||||
|
||||
To install POGOserver on Windows you first are required to install nodejs. Download nodejs from the official site: https://nodejs.org/en/download/current/ download either the x86 or x64 version if you aren't certain which one you need download the x86 version. It does not matter if you pick the .msi or .exe one. Execute the file you have downloaded and follow the download instructions. Basically next next next next.
|
||||
Just make certain the below is all selected for install (default it is)
|
||||

|
||||
|
||||
Further you need MySQL you can host this on the same machine or on a different machine. Download MySQL Installerfrom the official site: http://dev.mysql.com/downloads/windows/installer/5.7.html
|
||||
### MySQL
|
||||
Further you need MySQL you can host this on the same machine or on a different machine. Download MySQL Installer from the official site: http://dev.mysql.com/downloads/windows/installer/5.7.html
|
||||

|
||||
|
||||
Download the web installer and run it. Accept the terms and click Next.
|
||||
@@ -48,9 +51,13 @@ Select here `Selected schema:` and select the schema you created earlier and the
|
||||
Afterwards click on `Select "ALL"` so it has every right on the added schema then click `Apply`.
|
||||
Now you can close the MySQL Workbench.
|
||||
|
||||
### Protobuf
|
||||
**The google protobuf isn't tested yet and I am not certain if you need it fully. If anyone can assist with it that would be great.**
|
||||
Follow the official README/setup to get google protobuf: https://github.com/google/protobuf/blob/master/cmake/README.md
|
||||
|
||||
|
||||
### POGOserver
|
||||
|
||||
Now download the official POGOserver source zip from maierfelix.
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user