From 0b269ff8e09198c9375f45cd614a8df71c7de39e Mon Sep 17 00:00:00 2001 From: Joshua Stewart Date: Sat, 21 Dec 2013 09:56:24 -0800 Subject: [PATCH] Updated Linux server setup (markdown) --- Linux-server-setup.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index f52239e..c88ca65 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -1,7 +1,10 @@ 1. Open a terminal window. -2. First make sure you have dependencies installed. -* On Ubuntu: `sudo apt-get install mysql-server libmysqlclient-dev` -2. Clone the repository from github: `git clone git@github.com:EQEmu/Server.git eqemu` -3. `cd eqemu` -4. `cmake .` -5. `make` \ No newline at end of file +2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install mysql-server libmysqlclient-dev`. +4. Clone the repository from github: `git clone git@github.com:EQEmu/Server.git eqemu` +5. `cd eqemu` +6. `cmake .` +7. `make` +8. Go to http://peqtgc.com/releases and download the peqbeta_ and quests_ files. +9. The peqbeta archive contains SQL data that needs to be loaded into your database. +10. The quests archive contains a quests folder that should be copied to your eqemu directory. +11. Inside the quest folder are two folders called `lua_modules` and `plugins`. Move these to the root of your eqemu directory.