Download Latest Version tls300-64bit-koha.iso (1.3 GB)
Email in envelope

Get an email when there's a new version of Total Library Solution - TLS

Home / TLSv.3.0.0 / TLS300_with_Koha
Name Modified Size InfoDownloads / Week
Parent folder
Readme.txt 2017-10-10 4.4 kB
tls300-64bit-koha.iso 2017-10-09 1.3 GB
Totals: 2 Items   1.3 GB 7
								Readme 

						Total Library Solution (TLS) Live DVD/ISO
							Version: TLS v. 3.0.0 K(October 2017)
						============================================


1- TLS Live DVD Software List

The following software/packages are pre-installed and configured in Total Library Solution (TLS) DVD/ISO by LISolutions:

Xubuntu Linux 16.04.3 (LTS), Linux Kernel 4.10.0-35-generic - 64-bit (x86_64)
Koha 17.05.04.000
Zebra 2.0.59
phpMyAdmin 4.5.4.1deb2ubuntu2
Webmin 1.850
Apache version 2.4.18 
MariaDB-Server 10.0.31 (mysql Ver 15.1 Distrib 10.0.31-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 )
Perl 5.022001
OpenSSH 7.2

2- TLS Installation

Change PC boot loader option to USB Drive or CD­­ROM /DVD.
Insert the USB Drive/DVD and reboot the system
At the boot menu, Press “Enter” button to start Live CD/DVD Mode. 
On desktop, login with username koha and password “koha123”.  Open terminal and run the following command to install TLS on your machine:
    
    sudo su
    cd /home/koha/Desktop
    ./install-tls.sh
    
    Follow the instructions and TLS will be installed smoothly.

Reboot the computer after installation and login using:
User Name: koha
Password: koha123

3- SYSTEM INFORMATION:

Operating System- Xubuntu 16.04.3 [64-bit]
Username: koha
Password: koha123
Browser­ Mozilla Firefox

4- MySQL / MariaDB - Server

Root Password: mysqlroot
Koha Database Name: koha_library
Username: koha_library
Password: koha123


4.1 MySQL / MariaDB Database Management

How to change master password (koha123) of Koha Login?

Koha master login username and password is same as MySQL database koha_library, where data stored.  You have to change the password of koha_library database.  Then put new password in /etc/koha/sites/library/koha-conf.xml

Apply following commands in Applications > Accessories > Terminal

sudo su
mysql -u root -h localhost -pmysqlroot   


use mysql
UPDATE user SET password=PASSWORD('new-password-here') WHERE User='koha_library';
flush privileges;
quit;

gedit /etc/koha/sites/library/koha-conf.xml

The file will open. You have to replace old password.

Search the line in gedit editor indicating [MySQL] user and pass field.
You can find old password there. Place your new password there.
Save and close the file. Login Koha.

5- Koha

Open Mozilla Firefox to run Koha. Koha links are also bookmarked in browser toolbar.
Staff Client: http://localhost:8001  or http://127.0.0.1:8001 
OPAC­: http://localhost:8000  or http://127.0.0.1:8000 

6.1- Koha Login Information

UserName­: librarian
Password­: librarian123

6.2- Rebuilding Zebra Index

sudo koha-rebuild-zebra -v -f library
Password (if prompted): koha123

7- Database Backup

Four hourly backup is created in the folder: /home/koha/backup
You can change the schedule/place of database backup using Webmin/cronjobs.

7.1 Database Restoration

Copy koha_library.sql.gz database backup to /home/koha folder.
Extract the file.
Open  Applications > Accessories > Terminal and apply the following commands,
sudo su
mysql -uroot -pmysqlroot koha_library < koha_library.sql

8- Webmin­

URL: https://127.0.0.1:10000 
Username: koha
Password: koha123




For any other query feel free to contact at: ata.rehman@gmail.com 



====================================================================================================
Disclaimer
Total Library Solution (TLS) is a combination/suite of so many Free and Open Source Software.  This suite is specially designed and configured for LIS community of Pakistan.  By using this software, you agree with the terms and conditions below:
a) LISolutions is not bound to provide technical support or any other support regarding up-gradation, configuration or customization of these applications
b) LISolutions is not responsible for any data loss, stolen, hacking, etc by using TLS on your computer
c) All installations on your computer may damage /delete your previous data, so be careful and get the information about the installation on any system
d) All software available in TLS suite are being released according to the original licenses under which the software are already released.
e) No one can release TLS with any change in the source code or any configuration without prior written permission from LISolutions
f) No individual / Group of individuals or Organization can sell TLS in Pakistan or out of Pakistan


Source: Readme.txt, updated 2017-10-10