mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-12 04:26:40 -05:00
Dev, feel free to change this, I just wanted to help.
@@ -9,6 +9,14 @@ Just make certain the below is all selected for install (default it is)
|
||||
### XAMPP
|
||||
MySQL will be changed to using XAMPP since we will be needing a webserver as well. Will later add how to do this.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
Reference in New Issue
Block a user