LibliveDVD 1.6 upgrade koha
To upgrade koha on LibLiveDVD-1.6 version of use following commands. Login as root and run following commands one by one
1. apt-get update
2. apt-get install libgd-perl
3. apt-get upgrade
4. after running apt-get upgrade command it will throw error of not finding libapache2-mpm-itk
5. apt-get install libapache2-mpm-itk
5. again run apt-get upgrade
6. apt-get upgrade koha-common
7. It will ask whether to keep existing koha-sites.conf or use new koha-sites.conf say here N
8. sudo a2enmod headers
9. service apache2 restart and new koha is upgraded on your machine.
08-06-2015- 14th June 2015
Preparing new livecd with ubuntu 14.04.02.
Postgres gave trouble for utf-8. This link helped to solve the issue.
https://gist.github.com/ffmike/877447
mike@rbci:~$ psql -U postgres
psql (9.0.3)
Type "help" for help.
postgres=# update pg_database set datallowconn = TRUE where datname = 'template0';
UPDATE 1
postgres=# \c template0
You are now connected to database "template0".
template0=# update pg_database set datistemplate = FALSE where datname = 'template1';
UPDATE 1
template0=# drop database template1;
DROP DATABASE
template0=# create database template1 with template = template0 encoding = 'UTF8';
CREATE DATABASE
template0=# update pg_database set datistemplate = TRUE where datname = 'template1';
UPDATE 1
template0=# \c template1
You are now connected to database "template1".
template1=# update pg_database set datallowconn = FALSE where datname = 'template0';
UPDATE 1
teamviewer installed. Koha with 3.20 installed. Desktop could not be
added with ClickMe. Courier/Exim4/Squirrelmail installed. Drupal with
7.37 installed. Dspace 5.2 installed. All these are configured with
64 bit Ubuntu.
1. On 11th December 2014 uploaded liblivecd-32bit-final.iso and liblivecd-64bit-final.iso. No reply received from any user until recently mentioning any issues with liblivecd. The size of iso is less than 1 GB now for both versions. DSpace/Drupal/Koha everything is working fine.
2. On 21st November 2014 uploaded changed liblivecd-1.5.iso on sf.net. The size of the iso became 1.1 GB but managed to solve the issue of proxypass as well as managed to get new version of Drupal ie 7.33. The following changes were made in /etc/apache2/mods-enabled/proxy.conf
ProxyPass /xmlui ajp://localhost:8009/xmlui
ProxyPassReverse /xmlui ajp://localhost:8009/xmlui
ProxyPass /jspui ajp://localhost:8009/jspui
ProxyPassReverse /jspui ajp://localhost:8009/jspui
ProxyPass /solr ajp://localhost:8009/solr
ProxyPassReverse /solr ajp://localhost:8009/solr
ProxyPass /oai ajp://localhost:8009/oai
ProxyPassReverse /oai ajp://localhost:8009/oai
ProxyPass /rest ajp://localhost:8009/rest
ProxyPassReverse /rest ajp://localhost:8009/rest
For drupal installed drupal on local machine and copied all files in live area and it worked so this version of iso now has latest drupal configured in /var/www/drupal
Now this version of liblivecd contains
Drupal 7.34
Koha 3.18
DSpace 4.2
teamviewer 10
This version also has y-ppa-manager to update repository links.
3. LibliveDVD (liblivecd-1.5.iso) was uploaded on sf.net.
Koha 3.16
Dspace 4.2
Drupal 7.26 (New version of drupal was giving blank white page hence from synaptic only drupal was installed.)
Only small issue is still there with this iso is dspace proxypass is not working. Rest everything is fine. When iso is installed on a static IP and if we try
http://172.28.34.7/jspui OR http://172.28.34.7/xmlui the page does not redirect to dspace but takes to http://localhost/jsui and hence dspace doesnot work.
4. LibLiveCD (kalsekar17022014.iso) was updated with
Koha 3.14
Drupal 7.26
DSpace 3.2
Teamviewer 9
Koha was configured with unicode search where in /etc/koha/zebradb/etc/default.idx file
hashed line #charmap word-phrase-utf.chr two times in the file and icuchain words-icu.xml
was added two times in the same file.
In Tomcat, server.xml URIEncoding-=UTF-8 was missed out in 8009 when this version was
distribted during the workshop.
Email sending is working locally fine but it threw error when it was sending mails to gmail account.
The size of the iso became almost 800 MB as DSpace 3.2 took more space as well as Koha was added from packages.
5. For Nanded workshop (3rdDecember2013.iso) was updated with
Koha 3.14
Drupal 7.24
DSpace 3.2
Teamviewer 7
In Tomcat, server.xml URIEncoding-=UTF-8 was missed out in 8009 when this version was distribted during the workshop.
Email sending is working locally fine but it threw error when it was sending mails to gmail account.
The size of the iso became almost 800 MB as DSpace 3.2 took more space as well as Koha was added from packages.