From b54352d4af8bbbc238bd999d40732716765adad8 Mon Sep 17 00:00:00 2001 From: gpanula Date: Tue, 7 Apr 2015 20:18:22 -0500 Subject: [PATCH] Updated Linux server setup (markdown) --- Linux-server-setup.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index 4f31d71..ed3e61e 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -43,9 +43,10 @@ Steps 29. Run `ln -s utils/patches/patch_UF.conf patch_UF.conf` in the eqemu root directory 30. Run `ln -s utils/patches/patch_RoF2.conf patch_RoF2.conf` in the eqemu root directory 31. Run `ln -s utils/defaults/mime.types mime.types` in the eqemu root directory -32. Run `ln -s utils/defaults/templates/ templates` in the eqemu root directory. This is the magic that makes the HTTP service(default port 9080) work. -33. Run `Bin/world` and wait for it to finish initializing. -34. Once the world server is running, open a new terminal window and run `Bin/eqlaunch zone`. If Bin/zone is not in your path, you can edit your eqemu_config.xml to include:
+32. Run `ln -s utils/defaults/worldui.pl worldui.pl` in the eqemu root directory +33. Run `ln -s utils/defaults/templates/ templates` in the eqemu root directory. This is the magic that makes the HTTP service(default port 9080) work. +34. Run `Bin/world` and wait for it to finish initializing. +35. Once the world server is running, open a new terminal window and run `Bin/eqlaunch zone`. If Bin/zone is not in your path, you can edit your eqemu_config.xml to include:
\
\Bin/zone\
\

\ No newline at end of file