From ad4ecd287fd0a4208718cca7a8eaccc08659e1e8 Mon Sep 17 00:00:00 2001 From: gpanula Date: Fri, 14 Feb 2014 22:37:26 -0800 Subject: [PATCH] add symlink for mime.types --- Linux-server-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index ca8b352..db8e785 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -40,6 +40,7 @@ Steps 27. Run `ln -s utils/patches/patch_SoF.conf patch_SoF.conf` in the eqemu root directory 28. Run `ln -s utils/patches/patch_Titanium.conf patch_Titanium.conf` in the eqemu root directory 29. Run `ln -s utils/patches/patch_Underfoot.conf patch_Underfoot.conf` in the eqemu root directory +30. Run `ln -s utils/defaults/mime.types mime.types` in the eqemu root directory 30. Run `Bin/world` and wait for it to finish initializing. 31. 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:
\