Skip to content

Commit c94af49

Browse files
committedJan 11, 2012
Fix the README file so it flows logically and works.
1 parent 4ab6db8 commit c94af49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)