Updated PEQ Setup using XAMPP (markdown)

JJ 2013-12-21 06:25:37 -08:00
parent 03282ba5d1
commit 4bc0e6b2db

@ -22,12 +22,12 @@ This guide was created to help you set up a basic PEQ server with the current da
*** ***
##### The Walk-Thru ##### The Walk-Thru
1. **Get the server source.** In your XAMPP directory, create a folder to store your EQEmu files. I've selected c:\xampp\eqemu. Within that folder, create a source folder. Using TortoiseGit, clone the source files from https://github.com/EQEmu/Server.git into c:\xampp\eqemu\source\Server\. To do this, you can right-click inside your source folder and select "Git Clone...". 1. **Get the server source.** In your XAMPP directory, create a folder to store your EQEmu files. I've selected c:\xampp\eqemu (from here on out identified as \eqemu or server folder). Within that folder (or other folder if you choose), create a source folder to store the EQEmu source code. Using TortoiseGit, clone the source files from https://github.com/EQEmu/Server.git into c:\xampp\eqemu\source\Server\. To do this, you can right-click inside your source folder and select "Git Clone...".
2. Configure the source with CMake. 2. **Configure the source with CMake.**
3. Build the source. 3. **Build the source.**
4. **Get the database.** PEQ conducts a backup every day. The most up-to-date version can be found at http://peqtgc.com/releases. The file you need is peqbeta_(date/time).tar.gz. This database is usually synced with the most current EQEmu source. 4. **Get the database.** PEQ conducts a backup every day. The most up-to-date version can be found at http://peqtgc.com/releases. The file you need is peqbeta_(date/time).tar.gz. This database is usually synced with the most current EQEmu source.
5. Get the quests. 5. **Get the quests.** PEQ uses [Google Code] (http://code.google.com/p/projecteqquests) to store their quests. Currently, there is a mix and match of Perl and Lua quests. Using an SVN program, checkout the quests folder into your \eqemu folder.
6. Get the maps. 6. **Get the maps.**
7. Get the database editor. 7. **Get the database editor.**
8. Configure the server settings. 8. **Configure the server settings.**
9. Take it for a test run. 9. **Take it for a test run.**