Skip to content

Commit 1ee0668

Browse files
committedApr 16, 2012
more details in the concise instructions
1 parent dae3fce commit 1ee0668

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ To try this out:
66
1) Run testEnvironment.pl to install all new requirements.
77
2) Get a new wgd from http://haarg.org/wgd
88
3) Copy etc/WebGUI.conf.original to www.whatever.com.conf; edit it and set dbuser, dbpass,
9-
dsn, and uploadsPath (eg to /data/domains/www.example.com/public/uploads/)
9+
dsn, uploadsPath (eg to /data/domains/www.example.com/public/uploads/), extrasPath,
10+
maintenancePage and siteName
1011
4) Set WEBGUI_CONFIG to point at your new config file
1112
5) $ export PERL5LIB='/data/WebGUI/lib'
1213
6) $ wgd reset --upgrade
1314
7) $ cd /data/WebGUI (or whereever you unpacked it)
1415
8) $ rsync -r -a (or cp -a) /data/WebGUI/www/extras /data/domains/www.example.com/public/
16+
(from whereever you unpacked it to whereever you pointed extrasPath to; note 'extras'
17+
goes inside 'public', both under where extrasPath points to)
1518

1619
To start it:
1720

0 commit comments

Comments
 (0)
Please sign in to comment.