made image magick required
This commit is contained in:
parent
15fe4edfab
commit
a83e8b85c1
6 changed files with 45 additions and 40 deletions
|
|
@ -17,19 +17,19 @@ QnD INSTALL INSTRUCTIONS:
|
|||
LWP
|
||||
DBI
|
||||
DBD::mysql
|
||||
Digest::MD5
|
||||
HTML::Parser
|
||||
Time::HiRes
|
||||
Archive::Tar
|
||||
Compress::Zlib
|
||||
IO::Zlib
|
||||
Digest::MD5
|
||||
HTML::Parser
|
||||
SOAP::Lite
|
||||
Cache::Cache
|
||||
Time::HiRes
|
||||
Image::Magick (optional)
|
||||
Image::Magick
|
||||
|
||||
|
||||
3. Install Apache (preferably with mod_perl) and set up your config.
|
||||
If you are using Apache 2, see the additional instructions below.
|
||||
3. Install Apache with mod_perl and set up your config. See Ruling WebGUI
|
||||
for information specific to Apache 1.3 vs 2.0.
|
||||
|
||||
4. Install MySQL.
|
||||
|
||||
|
|
@ -50,25 +50,8 @@ QnD INSTALL INSTRUCTIONS:
|
|||
|
||||
perl testEnvironment.pl
|
||||
|
||||
If it returns all "OK" then you're done. The default admin account
|
||||
info is "Admin" and "123qwe".
|
||||
If it returns all "OK" then you're done.
|
||||
|
||||
##################################################################
|
||||
# Apache 2/mod_perl 1.99+ Additional Instructions #
|
||||
##################################################################
|
||||
9. Browse to your site. You'll be guided through a few quick questions
|
||||
to setup an admin account.
|
||||
|
||||
In order to get WebGUI to run under Apache 2, several files need to
|
||||
be modified after you have completed all of the steps above.
|
||||
|
||||
1. In "sbin/preload.perl", comment out the following mod_perl 1 line:
|
||||
# use Apache::Registry ();
|
||||
|
||||
2. Uncomment the next line:
|
||||
use ModPerl::Registry ();
|
||||
|
||||
3. In "www/index.pl", comment out the following line:
|
||||
# $webguiRoot = "..";
|
||||
|
||||
4. Uncomment the next line, making sure to change this to your own
|
||||
full path to WebGUI:
|
||||
$webguiRoot = "/data/WebGUI";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue