We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab6db8 commit c94af49Copy full SHA for c94af49
README
@@ -8,10 +8,10 @@ To try this out:
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/)
10
4) Set WEBGUI_CONFIG to point at your new config file
11
- 4) $ wgd reset --upgrade
12
- 5) $ cd /data/WebGUI (or whereever you unpacked it)
13
- 6) $ rsync -r -a (or cp -a) /data/WebGUI/www/extras /data/domains/www.example.com/public/
14
- 7) $ export PERL5LIB='/data/WebGUI/lib'
+ 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/
15
16
To start it:
17
0 commit comments