mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-09 19:16:41 -05:00
Updated Windows Installation (markdown)
@@ -11,15 +11,21 @@ MySQL will be changed to using XAMPP since we will be needing a webserver as wel
|
||||
|
||||
XAMPP will allow your API to be accessed and also will be used as your MySQL database. Install XAMPP from the official site: https://www.apachefriends.org/download.html, pick a download according to your Operating Software and install it as you would with any other installer. Start XAMPP and start up Apache and MySQL.
|
||||

|
||||
|
||||
After doing that click Admin in MySQL
|
||||
|
||||

|
||||
Once you open it up, on the top left of your browser you should find new, click new and type pogosql in database name. You're done setting up MySQL now. In order to setup your API page navigate to the directory where you installed XAMMP, click that and then navigate to htdocs. Copy your API folder and paste it into htdocs. Now you're done setting up your API webserver. In order to access your webserver you must type in localhost/(name of your folder), you may rename your folder to make it more easily accessible.
|
||||
You're now done setting up your MySQL database and your API webserver.
|
||||
|
||||
This is GitHub, not Language Arts don't complain.
|
||||
### 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
|
||||
|
||||
Please used this guide to compile a [Protobuf](https://github.com/maierfelix/POGOserver/wiki/Protobuf)
|
||||
|
||||
Once completed using the guide copy the protobuf/install directory and paste it into POGOserver directory and rename install to protobuf. This way the new install-windows.bat will work without need editing.
|
||||
|
||||
Need more detail about protobuf installation please follow the official README/setup to get google protobuf: https://github.com/google/protobuf/blob/master/cmake/README.md
|
||||
|
||||
|
||||
### POGOserver
|
||||
|
||||
Reference in New Issue
Block a user