X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=blobdiff_plain;f=README;h=d2acb4188e817df5f6d56165071811b5592694d4;hp=abc3838d8e86576de5094b6bc20ae1d01e75232c;hb=HEAD;hpb=3741acaec618fde1e4c230ee2a503987746235e4 diff --git a/README b/README index abc3838..d2acb41 100644 --- a/README +++ b/README @@ -9,21 +9,32 @@ First, Perl modules. This is the hard part. You will need: DBI DBD::mysql Class::DBI::mysql - Image::Info + Image::Size Image::Imlib2 (requires libimlib2 and libimlib2-dev packages) Time::Piece Cache::Cache Maypole::Plugin::Upload Maypole::Plugin::Authentication::UserSessionCookie HTML::TagCloud + XML::RSS + Calendar::Simple + Text::Balanced + Archive::Any + Class::DBI::Plugin::Pager + Image::Seek + Image::ExifTool + Apache::Session::File Apache mod_perl is recommended. Memories can also be run as a CGI application, but you're on your own. +If you want to support RAW files, then you'll need to install +imagemagick and dcraw. + You will also need a MySQL database. Again, in theory other databases can be used, but in practice, you're on your own again. -Configure Maypole/Config.pm to your site, and follow the instructions in +Configure /etc/memories/Config.pm to your site, and follow the instructions in there - it will require you to set other things up as well. Test that everything works: @@ -57,3 +68,7 @@ Updating Memories 1.0 to 1.1 2) Run the tag_dates script. +Updating Memories 1.1 to 1.2 +---------------------------- + +No changes.