preparing for the 5.2.0 release
This commit is contained in:
parent
52a5cdfd0d
commit
3ba8b27d3a
2 changed files with 1733 additions and 728 deletions
|
|
@ -19,9 +19,10 @@ QnD INSTALL INSTRUCTIONS:
|
|||
DBD::mysql
|
||||
Digest::MD5
|
||||
Date::Calc
|
||||
Image::Magick
|
||||
Image::Magick (optional)
|
||||
Cache::FileCache (optional)
|
||||
|
||||
3. Install Apache (with or without mod_perl) and set up your config.
|
||||
3. Install Apache (preferably with mod_perl) and set up your config.
|
||||
|
||||
4. Install MySQL.
|
||||
|
||||
|
|
@ -35,7 +36,7 @@ QnD INSTALL INSTRUCTIONS:
|
|||
mysql -e "flush privileges"
|
||||
mysql -uwebgui -ppassword WebGUI < docs/create.sql
|
||||
|
||||
7. Edit "etc/WebGUI.conf" to patch your DB settings and log directory.
|
||||
7. Edit "etc/WebGUI.conf" to match your DB settings and log directory.
|
||||
|
||||
8. Run the following command from your WebGUI/sbin directory to determine
|
||||
whether you've configured your system correctly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue