From 767ab4eb88f687ae980e32ac10ecd53870439881 Mon Sep 17 00:00:00 2001 From: gpanula Date: Tue, 5 May 2015 21:18:55 -0500 Subject: [PATCH] Updated Linux server setup (markdown) --- Linux-server-setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index 0857e95..0363777 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -54,7 +54,11 @@ ln -s loginserver/login_util/login_opcodes.conf login_opcodes.conf ln -s loginserver/login_util/login_opcodes_sod.conf login_opcodes_sod.conf ~~~ -* 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. +* Need two symlinks to get the web management interface working. Defaults to listening on tcp port 9080 +~~~ +ln -s utils/defaults/templates/ templates +ln -s utils/defaults/updated_templates updated_templates +~~~ * To log into the HTTP service, you'll need to add an entry to tblServerAdminRegistration and account ~~~ insert into tblServerAdminRegistration (Accountname,AccountPassword,FirstName,LastName,Email,RegistrationDate,RegistrationIPAddr)