Main Koha release repository https://koha-community.org
Find a file
Ricardo Dias Marques 87acbc5e9f Updated INSTALL.opensuse file to wiki version
Updated INSTALL.opensuse file to match the one currently (as of 26-May-2009) available in the wiki at:

Installation Guide for Installing Koha 3 on openSUSE 11 - Koha Developer Wiki
http://wiki.koha.org/doku.php?id=opensuse_11.0

This commit is supposed to be applied to the 3.0.x branch.

Changelog:

– Updated last modification date to 02-Dec-2008
– Tried to clarify that one should add the word "rewrite" (without the quotes) to /etc/sysconfig/apache2 in case a2enmod does NOT work
– "make test" does NOT return "Can't connect to data source" errors any longer. Updating "make install" section accordingly
– Updated "make test" output for Koha installation (it doesn't give connect errors any longer)
– Added prompt to accept permanent instlallation of "Test-Manifest-1.22.tar.gz" during "XML::RSS" install
– Installing "XML::RSS" now also installs "Time::y2038"
– Added "force install" of "Barcode::128"
– Added output of "MARC::Charset" installation (that points that it is already up to date)
– Updated "CGI::Session::Serialize::yaml" section that now installs Test::Pod
– Added "MIME::LITE" installation that is new in Koha 3.0 Final
– Removed ImageMagick installation because it's no longer required in Koha 3.0 Final
– Added instructions to install the "GD" Perl module and its package dependencies
– Added "Email::Date" installation that is new in Koha 3.0 Final
– Updated list of prerequisites according to changes done in Koha 3.0 Final
– Added missing step to install yaz. Thanks to Bob Ewart for catching it
– Added explanation of answering Yes to "Install the Zebra configuration files" in a NOZEBRA installation, like this one
– Added explanation of "fr" (French) choice for Koha install
– Promoted run "make install" to Heading 4

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-27 08:38:21 -05:00
acqui Multi-bug fix - SetMarcUnicodeFlag for records coming from Koha 2009-04-18 09:14:43 -05:00
admin bug 3222: messaging preferences for patron categories 2009-05-22 13:20:52 -05:00
authorities Correct comparison which was using an octal number 2009-05-01 07:16:57 -05:00
C4 bug 3219: handle variation in Amazon responses 2009-05-27 07:06:20 -05:00
catalogue bug 3219: handle variation in Amazon responses 2009-05-27 07:06:20 -05:00
cataloguing Revisions to auto-generated authorities patch 2009-05-15 15:39:05 -05:00
circ Cleanup circulation.pl 2009-05-27 07:33:03 -05:00
debian Fixing a couple of bugs in the package 2008-08-12 19:47:58 -05:00
docs Adding a new committer to the history docs 2009-05-21 19:19:36 -05:00
errors bug 1803 - fix error page handling 2008-02-18 19:32:07 -06:00
etc bug 3223: add 500 and 590 to MARC21 bib Note index (Zebra) 2009-05-14 06:59:57 -05:00
install_misc Updated create_koc_db.pl to output SQlite2 files compatible with the Offline Circulation system, rather than the SQlite3 files that required post-processing. 2009-05-21 15:27:56 -05:00
installer fix DBrev messages in updatedatabase.pl 2009-05-22 13:46:36 -05:00
koha-tmpl Quick fix to catch some instances of XSS vulnerability, there will be more probably, thanks for the heads up Mark 2009-05-27 08:04:18 -05:00
labels bug 3243: pcard-members-search fails to add patrons to batch after using some links 2009-05-22 08:57:04 -05:00
members bug 3222: moved messaging preference editing 2009-05-22 13:20:56 -05:00
misc (bug #3020) forgotten cronjob 2009-05-22 13:46:36 -05:00
offline_circ Tweak offline_circ - honor itemBarcodeInputFilter and add to Makefile.PL 2009-05-08 09:09:53 -05:00
opac bug 3219: handle variation in Amazon responses 2009-05-27 07:06:20 -05:00
reports Bug 3022: Cataloging statistic wizard not pulling the itemtype data correctly. 2009-05-27 07:06:24 -05:00
reserve bug 3093: Enhance placing of holds in the staff interface. 2009-04-24 06:12:06 -05:00
reviews bug 2505: turn on warnings in reviews/reviewswaiting.pl 2008-12-11 08:27:54 -06:00
serials (bug #3020) add a grace period to subscriptions 2009-05-22 13:46:36 -05:00
skel installer: fixed chown invocation; added skel for KOHA_LOG_DIR 2007-12-17 09:13:53 -06:00
sms bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
suggestion acceptorreject.pl cleanup 2009-04-08 12:30:35 -05:00
svc bug 2857: fix UTF-8 conversion issues in web services 2008-12-11 08:28:01 -06:00
t bug 3120: tweak DDCN call number splitting for labels 2009-05-21 08:01:41 -05:00
tags New framework for AJAX services 2009-05-14 07:29:18 -05:00
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 2007-10-21 19:14:41 -05:00
tools Bug 1687: Can't assign holidays to all branches at once. 2009-05-27 07:06:26 -05:00
virtualshelves bug 3093: Enhance placing of holds in the staff interface. 2009-04-24 06:12:06 -05:00
xt new author test for syntax errors in HTML templates 2009-05-01 16:21:47 -05:00
.htaccess bug 1803 - fix error page handling 2008-02-18 19:32:07 -06:00
about.pl offline_circ must use SQLite v2 - because Kyles PHP does 2009-05-21 15:26:21 -05:00
changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
edithelp.pl Patches bug #2308 2008-07-08 15:00:28 -05:00
fix-perl-path.PL installer: improvements to fix-path-perl.PL on Win32 2007-12-20 19:20:12 -06:00
help.pl fix for bug 2447: yuipath variable not getting passed to help pages 2008-11-19 15:45:51 -06:00
INSTALL Updates to the installation instructions 2008-08-09 07:03:37 -05:00
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 2007-09-07 05:26:16 -05:00
INSTALL.debian Updated INSTALL.debian 2009-04-03 19:27:42 -05:00
INSTALL.debian-lenny added dependencies for new OAI-PMH server 2009-04-01 11:50:18 -05:00
INSTALL.fedora7 kohabug 2076 - remove three tables (DB rev 077) 2008-05-01 18:59:28 -05:00
INSTALL.opensuse Updated INSTALL.opensuse file to wiki version 2009-05-27 08:38:21 -05:00
kohaversion.pl (bug #3020) add a grace period to subscriptions 2009-05-22 13:46:36 -05:00
LICENSE re-naming some files prior to release 2007-12-30 12:13:39 -06:00
mainpage.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
Makefile.PL offline_circ must use SQLite v2 - because Kyles PHP does 2009-05-21 15:26:21 -05:00
MANIFEST.SKIP Do not pack the git repository 2007-09-06 17:14:36 -05:00
README adding README 2007-12-30 12:13:57 -06:00
rewrite-config.PL don't try to resolve if WEBSERVER_IP is set and now use WEBSERVER_HOST. 2009-04-28 06:51:45 -05:00

Koha 3 - the next-generation release of the award-winning Koha open-source
integrated library system.

30 December 2007 - Joshua Ferraro <jmf AT liblime DOT com>

Koha is distributed under the GNU GPL. Please read the file LICENSE for
more details.

To install or upgrade Koha, please see the INSTALL file.

Please report any bugs to the koha mailing lists or bug tracker and we
will try to fix them in a future release. The main koha web site is
http://www.koha.org/