Skip to content

Commit 2ac222f

Browse files
committedJan 27, 2012
Merge remote branch 'main/WebGUI8' into WebGUI8
2 parents 5d2dfc2 + 4ea362b commit 2ac222f

File tree

198 files changed

+1647
-33762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+1647
-33762
lines changed
 

‎README

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To try this out:
88
3) Copy etc/WebGUI.conf.original to www.whatever.com.conf; edit it and set dbuser, dbpass,
99
dsn, and uploadsPath (eg to /data/domains/www.example.com/public/uploads/)
1010
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'
11+
5) $ export PERL5LIB='/data/WebGUI/lib'
12+
6) $ wgd reset --upgrade
13+
7) $ cd /data/WebGUI (or whereever you unpacked it)
14+
8) $ rsync -r -a (or cp -a) /data/WebGUI/www/extras /data/domains/www.example.com/public/
1515

1616
To start it:
1717

‎app.psgi

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
use strict;
1717
use Plack::Builder;
1818

19-
use FindBin;
20-
use lib "$FindBin::Bin/lib";
21-
2219
use WebGUI::Paths -inc;
2320
use WebGUI::Config;
2421
use WebGUI::Fork;

0 commit comments

Comments
 (0)