Merge remote-tracking branch 'origin/new/bug_8636'
[koha.git] / install_misc / install_koha_on_fresh_debian
index f20127b..6954277 100644 (file)
@@ -2,7 +2,7 @@
 
 # Licensed under the GPL
 # Copyright 2008 Biblibre.com
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 #
 # this script follow all the installtion procedure described in INSTALL.Debian
 # with some additions to use lenny packages.
@@ -41,6 +41,7 @@ set -e
 : ${INSTALL_SRU:=yes}
 : ${INSTALL_PAZPAR2:=no}
 : ${AUTH_INDEX_MODE:=grs1}
+: ${BIB_INDEX_MODE:=grs1}
 
 : ${INSTALL_MODE:=standard}
 
@@ -270,11 +271,11 @@ get_koha_git_clone () {
 
     dpkg -l git-core ||
        aptitude -y  install git-core git-email
-    git clone git://git.koha.org/pub/scm/koha.git "$base"
+    git clone git://git.koha-community.org/koha.git "$base"
 }
 
 get_koha_release () {
-    wget -O- http://download.koha.org/koha-3.00.00.tar.gz |
+    wget -O- http://download.koha-community.org/koha-3.00.00.tar.gz |
        tar xzf - 
 }
 
@@ -292,7 +293,7 @@ get_koha_beta () {
     local i basename; i=2
     while [ $i != 11 ]; do
        basename=koha-3.00.00-beta$i
-       wget -O- http://download.koha.org/$basename.tar.gz |
+       wget -O- http://download.koha-community.org/$basename.tar.gz |
            tar xzf - &&
                mv $basename "$base" &&
                return 0
@@ -440,8 +441,8 @@ mysql-server
 libcgi-session-perl
 libdate-calc-perl
 libdate-manip-perl
-libdate-ical-perl
 libdatetime-format-mail-perl
+libdatetime-format-ical-perl
 liblingua-stem-perl
 libdatetime-format-strptime-perl
 libdatetime-format-w3cdtf-perl