From 5c174b38a8483a19c1ca58af6cd525ddde8a0b68 Mon Sep 17 00:00:00 2001 From: DeadlyMelqn Date: Fri, 2 Sep 2016 20:33:49 -0700 Subject: [PATCH] Dev, feel free to change this, I just wanted to help. --- Windows-Installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Windows-Installation.md b/Windows-Installation.md index 2191e6e..2ee0098 100644 --- a/Windows-Installation.md +++ b/Windows-Installation.md @@ -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. +![Click Start on Apache and MySQL](https://s13.postimg.org/66q79pig7/Screenshot_2.png) +After doing that click Admin in MySQL +![](https://s9.postimg.org/9qglko5of/Screenshot_2.png) +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