Bugzilla – Attachment 4508 Details for
Bug 5468
libyaz3 debian dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted
installmiscapt-get-debian-lennysh-obsolete-causing.patch (text/plain), 8.52 KB, created by
MJ Ray (software.coop)
on 2011-06-20 08:39:20 UTC
(
hide
)
Description:
install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted
Filename:
MIME Type:
Creator:
MJ Ray (software.coop)
Created:
2011-06-20 08:39:20 UTC
Size:
8.52 KB
patch
obsolete
>From 173a3f72ba11fe03d109eb8e7128723b7e471987 Mon Sep 17 00:00:00 2001 >From: MJ Ray <mjr@phonecoop.coop> >Date: Sun, 19 Jun 2011 17:51:53 +0100 >Subject: [PATCH] install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted > INSTALL.debian: updated to use debian.packages instead and cite more related docs > >Amended following feedback comment #6 from Robin Sheat <robin@catalyst.net.nz> > >http://bugs.koha-community.org/show_bug.cgi?id=5468 >--- > INSTALL.debian | 64 ++++++++++---------- > install_misc/apt-get-debian-lenny.sh | 109 ---------------------------------- > 2 files changed, 31 insertions(+), 142 deletions(-) > delete mode 100755 install_misc/apt-get-debian-lenny.sh > >diff --git a/INSTALL.debian b/INSTALL.debian >index 0df007c..98f67dd 100644 >--- a/INSTALL.debian >+++ b/INSTALL.debian >@@ -1,13 +1,14 @@ > ============================= >-Installation Guide for Installing Koha on Debian Lenny with MySQL 5 >+Installation Guide for Installing Koha on Debian > ============================= > > Some parts copyright 2010 Chris Nighswonger >+Some parts copyright 2011 MJ Ray and software.coop > > Feedback/bug reports: Koha Developer's List: > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > >-This document last modified: October 8, 2010 >+This document last modified: 2011-06-19 > > Installation Instructions > ============================= >@@ -17,19 +18,23 @@ as indicated or by running the command directly as root. > > 1. Prepare System and Install Dependencies > >-1.1 Install Debian Lenny via Businesscard CD >+1.1 Install Debian via Business Card CD > >- See http://www.debian.org/releases/lenny/debian-installer/ >+ See http://www.debian.org/CD/netinst/ > > 1.2 Set up Indexdata apt sources for Yaz and Zebra packages > >-Edit your /etc/apt/sources.list file and add the following: >+See the instructions from indexdata at >+http://ftp.indexdata.com/pub/debian/README >+ >+At the time of writing, you need to create >+/etc/apt/sources.list.d/indexdata.list containing the following: > > # Index Data >- deb http://ftp.indexdata.dk/debian lenny main >- deb-src http://ftp.indexdata.dk/debian lenny main >+ deb http://ftp.indexdata.dk/debian squeeze main >+ deb-src http://ftp.indexdata.dk/debian squeeze main > >-The Index Data packages are signed with a key you can install as follows: >+and add their archive signing key to your system: > > $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add - > >@@ -53,46 +58,38 @@ Note: for more information about Git, please see the Koha Git Usage Guide: > 1.3.2 Option B: Download Koha from http://download.koha-community.org > > Find the latest Koha stable version on http://download.koha-community.org >-and get it: >+and download it to your server with something like: > >- $ wget <URL> found on download.koha-community.org >+ $ wget <URL found on download.koha-community.org> > > 1.4 Install additional Debian dependencies > > IMPORTANT: You should only use CPAN for Perl dependencies which are NOT > available from the package maintainer. You have been warned! > >-Run shell script installing all necessary Debian packages, MySQL Server, >+Installing all necessary Debian packages, MySQL Server, > Zebra and all Debian packaged Perl module required by Koha: > >- $ sudo install_misc/apt-get-debian-lenny.sh >+ $ sudo dpkg --set-selections < install_misc/debian.packages >+ $ sudo apt-get dselect-upgrade > >-1.5 Install Perl dependencies that aren't packaged into Debian Lenny >-sources >+1.5 Install Perl dependencies that aren't packaged into Debian > > Run the following command: > >- $ sudo cpan Algorithm::CheckDigits SMS::Send HTTP::OAI IPC::Cmd \ >- Memoize::Memcached PDF::API2::Simple PDF::Table Storable Test::More \ >- Locale::Currency::Format DateTime Lingua::Stem::Snowball Text::CSV::Encoded \ >- UNIVERSAL::require YAML Authen::CAS::Client >+ $ perl koha_perl_deps.pl -m -u > >-Note: you may need to run CPAN initialization if you've not run cpan >-before: >+This will list whether any Perl dependencies are missing or need a >+later version and whether they are required. You can then install >+them another way. There may be packages on >+http://debian.koha-community.org or maybe you can build packages >+yourself or maybe you will need to install them locally with a command >+similar to > >- /etc/perl/CPAN/Config.pm initialized. >+ $ sudo cpan Graphics::Magick > >- CPAN is the world-wide archive of perl resources. It consists of about >- 100 sites that all replicate the same contents all around the globe. >- Many countries have at least one CPAN site already. The resources >- found on CPAN are easily accessible with the CPAN.pm module. If you >- want to use CPAN.pm, you have to configure it properly. >- >- If you do not want to enter a dialog now, you can answer 'no' to this >- question and I'll try to autoconfigure. (Note: you can revisit this >- dialog anytime later by typing 'o conf init' at the cpan prompt.) >- >- Are you ready for manual configuration? [yes] >+Note: you may need to run CPAN initialization if you've not run cpan >+before. See http://search.cpan.org/~andk/CPAN/lib/CPAN.pm#CONFIGURATION > > When the configuration is completed CPAN will install the Perl modules. > >@@ -194,7 +191,7 @@ Note: you may still see the usual Apache default site if your VirtualHost > configuration isn't correct. If Koha is the only web application running on the server, > the command "sudo a2dissite default" may be a quick fix. For servers running other sites > alongside Koha, see the Apache HTTPD manual section on virtual hosts for full >- instructions (http://httpd.apache.org/docs/2.0/vhosts/). >+ instructions (http://httpd.apache.org/docs/2.2/vhosts/). > > 5. Run the Web Installer, populate the database, initial configuration of settings > >@@ -374,6 +371,7 @@ Uninstall Instructions > Tested on the following operating environments > ============================================== > - Debian Lenny 5.0 >+- Debian Squeeze 6.0 > > Other Notes > ===================== >diff --git a/install_misc/apt-get-debian-lenny.sh b/install_misc/apt-get-debian-lenny.sh >deleted file mode 100755 >index ec7421c..0000000 >--- a/install_misc/apt-get-debian-lenny.sh >+++ /dev/null >@@ -1,109 +0,0 @@ >-apt-get install \ >-apache2 \ >-apache2-mpm-worker \ >-at \ >-bzip2 \ >-daemon \ >-gcc \ >-gettext \ >-idzebra-2.0-common \ >-idzebra-2.0-doc \ >-idzebra-2.0 \ >-idzebra-2.0-utils \ >-libalgorithm-checkdigits-perl \ >-libbiblio-endnotestyle-perl \ >-libbusiness-isbn-perl \ >-libcgi-session-perl \ >-libcgi-session-serialize-yaml-perl \ >-libclass-accessor-perl \ >-libclass-factory-util-perl \ >-libdata-ical-perl \ >-libdate-calc-perl \ >-libdate-ical-perl \ >-libdate-manip-perl \ >-libdatetime-format-mail-perl \ >-libdatetime-format-strptime-perl \ >-libdatetime-format-w3cdtf-perl \ >-libdatetime-locale-perl \ >-libdatetime-perl \ >-libdatetime-timezone-perl \ >-libdbd-mysql-perl \ >-libdbd-sqlite2-perl \ >-libdbi-perl \ >-libdigest-sha-perl \ >-libemail-date-perl \ >-libgcrypt11-dev \ >-libgcrypt11 \ >-libgd2-xpm-dev \ >-libgd-barcode-perl \ >-libgd-gd2-perl \ >-libhtml-scrubber-perl \ >-libhtml-template-pro-perl \ >-libidzebra-2.0-dev \ >-libidzebra-2.0 \ >-libidzebra-2.0-mod-alvis \ >-libidzebra-2.0-mod-grs-marc \ >-libidzebra-2.0-mod-grs-regx \ >-libidzebra-2.0-mod-grs-xml \ >-libidzebra-2.0-mod-text \ >-libidzebra-2.0-modules \ >-libgraphics-magick-perl \ >-libjson-perl \ >-libjson-xs-perl \ >-liblingua-ispell-perl \ >-liblingua-stem-perl \ >-liblist-moreutils-perl \ >-liblocale-gettext-perl \ >-liblocale-po-perl \ >-libmail-sendmail-perl \ >-libmarc-charset-perl \ >-libmarc-crosswalk-dublincore-perl \ >-libmarc-record-perl \ >-libmarc-xml-perl \ >-libmime-lite-perl \ >-libmodule-install-perl \ >-libmysqlclient15-dev \ >-libnet-ldap-perl \ >-libnet-z3950-zoom-perl \ >-libnet-server-perl \ >-libnumber-format-perl \ >-libpdf-api2-perl \ >-libpdf-reuse-barcode-perl \ >-libpdf-reuse-perl \ >-libpdf-table-perl \ >-libpoe-perl \ >-libschedule-at-perl \ >-libtemplate-perl \ >-libtext-charwidth-perl \ >-libtext-csv-perl \ >-libtext-iconv-perl \ >-libtext-wrapi18n-perl \ >-libtimedate-perl \ >-libtime-duration-perl \ >-libtime-format-perl \ >-libunix-syslog-perl \ >-libxml2-dev \ >-libxml2 \ >-libxml2-utils \ >-libxml-dom-perl \ >-libxml-dumper-perl \ >-libxml-libxml-perl \ >-libxml-libxslt-perl \ >-libxml-namespacesupport-perl \ >-libxml-parser-perl \ >-libxml-perl \ >-libxml-regexp-perl \ >-libxml-rss-perl \ >-libxml-sax-writer-perl \ >-libxml-simple-perl \ >-libxml-xslt-perl \ >-libxslt1.1 \ >-libxslt1-dev \ >-libyaml-perl \ >-libyaml-syck-perl \ >-libyaz-dev \ >-libyaz3 \ >-make \ >-mysql-server \ >-yaz-doc \ >-yaz >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5468
:
4505
|
4508
|
4774
|
4830
|
5577
|
5578
|
5579