From b431ec992149206c58caa95888255cb35274b7e9 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 20 Dec 2013 02:52:06 -0800 Subject: [PATCH] Updated PEQ Setup using XAMPP (markdown) --- PEQ-Setup-using-XAMPP.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PEQ-Setup-using-XAMPP.md b/PEQ-Setup-using-XAMPP.md index 2a20113..4f01a35 100644 --- a/PEQ-Setup-using-XAMPP.md +++ b/PEQ-Setup-using-XAMPP.md @@ -1,6 +1,8 @@ ##### Guide Information This guide was created to help you set up a basic PEQ server with the current database and quests. My system is Windows 7 x64 with XAMPP. I use XAMPP because it is a good all-in-one package which includes MySQL, Apache, PHP, and Perl. This was compiled as 32-bit using Microsoft Visual Studio Express 2013 for Windows Desktop. In addition to the server, we will also set up the PEQ Database Editor. The guide should be broad enough so you can tweak the steps to fit your specific requirements/system. +*** + ##### Required Programs, Libraries, and Dependencies * [[XAMPP|XAMPP-for-Windows]] * [[Microsoft VC++ Runtime Libraries|Microsoft-Visual-C-Plus-Plus-Runtime-Libraries]] @@ -17,6 +19,8 @@ This guide was created to help you set up a basic PEQ server with the current da * [[Notepad++|Notepad-Plus-Plus]] * [[WinRAR|winrar]] +*** + ##### The Walk-Thru 1. **Get the server source.** In your XAMPP directory, create 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...". 2. Configure the source with CMake.