File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,15 @@ To try this out:
6
6
1) Run testEnvironment.pl to install all new requirements.
7
7
2) Get a new wgd from http://haarg.org/wgd
8
8
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
10
11
4) Set WEBGUI_CONFIG to point at your new config file
11
12
5) $ export PERL5LIB='/data/WebGUI/lib'
12
13
6) $ wgd reset --upgrade
13
14
7) $ cd /data/WebGUI (or whereever you unpacked it)
14
15
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)
15
18
16
19
To start it:
17
20
You can’t perform that action at this time.
0 commit comments