From 1ee06682674273b8325f6651f48b35f2dfa9a8ec Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Mon, 16 Apr 2012 14:16:37 -0400 Subject: [PATCH] more details in the concise instructions --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index baff490a8..0b4210679 100644 --- a/README +++ b/README @@ -6,12 +6,15 @@ To try this out: 1) Run testEnvironment.pl to install all new requirements. 2) Get a new wgd from http://haarg.org/wgd 3) Copy etc/WebGUI.conf.original to www.whatever.com.conf; edit it and set dbuser, dbpass, - dsn, and uploadsPath (eg to /data/domains/www.example.com/public/uploads/) + dsn, uploadsPath (eg to /data/domains/www.example.com/public/uploads/), extrasPath, + maintenancePage and siteName 4) Set WEBGUI_CONFIG to point at your new config file 5) $ export PERL5LIB='/data/WebGUI/lib' 6) $ wgd reset --upgrade 7) $ cd /data/WebGUI (or whereever you unpacked it) 8) $ rsync -r -a (or cp -a) /data/WebGUI/www/extras /data/domains/www.example.com/public/ + (from whereever you unpacked it to whereever you pointed extrasPath to; note 'extras' + goes inside 'public', both under where extrasPath points to) To start it: