webgui/docs/install.txt

44 lines
1.5 KiB
Text

##################################################################
# Quick And Dirty Install Instructions #
##################################################################
The following is a rough overview of how to install WebGUI. For
more detailed instructions read the WebGUI installation
documentation.
http://www.plainblack.com/installing_webgui
QnD INSTALL INSTRUCTIONS:
1. Install Perl 5.6.x or greater. (5.8.x recommended)
2. Install Apache with mod_perl and set up your config. See Ruling WebGUI
for information specific to Apache 1.3 vs 2.0. Apache 2 recommended.
3. Install MySQL 3.23 or greater. MySQL 4.1 recommended.
4. Install Image Magick.
5. Extract WebGUI into your webroot.
6. Run the following Database commands. (You should modify the
commands to match your database, username, and password.)
mysql -e "create database WebGUI"
mysql -e "grant all privileges on WebGUI.* to webgui@localhost identified by 'password'"
mysql -e "flush privileges"
mysql -uwebgui -ppassword WebGUI < docs/create.sql
7. Edit "etc/WebGUI.conf" to match your DB settings and log directory.
8. Run the following command from your WebGUI/sbin directory to install
the required perl modules and determine whether you've configured
your system correctly.
perl testEnvironment.pl
If it returns all "OK" then you're done.
9. Browse to your site. You'll be guided through a few quick questions
to setup an admin account.