made image magick required
This commit is contained in:
parent
15fe4edfab
commit
a83e8b85c1
6 changed files with 45 additions and 40 deletions
|
|
@ -33,6 +33,7 @@
|
|||
- bugfix [ 1154247 ] Title and menuTitle set to 'untitled' if url is changed
|
||||
- bugfix [ 1150982 ] Subscribe to forum thread causes error
|
||||
- bugfix [ 1151216 ] The Latest News is blank on demo.plainblack.com
|
||||
- Image Magick is now required to run WebGUI.
|
||||
|
||||
|
||||
6.3.0
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
6.4.0
|
||||
--------------------------------------------------------------------
|
||||
* Image Magick is no longer optional.
|
||||
|
||||
|
||||
6.3.0
|
||||
--------------------------------------------------------------------
|
||||
* In order to upgrade to 6.3.0 or beyond you need to have already
|
||||
|
|
|
|||
|
|
@ -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