Skip to content

Commit

Permalink
Fix the README file so it flows logically and works.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 11, 2012
1 parent 4ab6db8 commit c94af49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Expand Up @@ -8,10 +8,10 @@ To try this out:
3) Copy etc/WebGUI.conf.original to www.whatever.com.conf; edit it and set dbuser, dbpass,
dsn, and uploadsPath (eg to /data/domains/www.example.com/public/uploads/)
4) Set WEBGUI_CONFIG to point at your new config file
4) $ wgd reset --upgrade
5) $ cd /data/WebGUI (or whereever you unpacked it)
6) $ rsync -r -a (or cp -a) /data/WebGUI/www/extras /data/domains/www.example.com/public/
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/

To start it:

Expand Down

0 comments on commit c94af49

Please sign in to comment.