Install Koha 3.20 with Single Command at Ubuntu 14.04 LTS
Dear All, Greetings! Now, Install Koha 3.20 with one single command at Ubuntu 14.04 LTS Just follow the instructions. I assume that you have installed Ubuntu 14.04 LTS in your system and it is connected with Internet. Step 1: First download the file at www.librarianguide.co.in/install_koha.sh Step 2: Wherever you keep the file, just give permission with following command. I assume the file is at /home/library root@nitr/home/library# chmod +x install_koha.sh (press enter) root@nitr/home/library# ./install_koha.sh (press enter) It will start installation. Just follow the instruction and provide necessary inputs. Step 3: After installation of everything it will open window with nano editor. Just change the port in Intranet (8000), save (ctrl+x). Now, it will open Firefox automatically with Koha Web Installer. User Name: koha_library Password: Note down the password from (/etc/koha/sites/library/koha-conf.xml) file. The password will be at the bottom of file in <config> section. Enjoy Koha! Thanks, DP Tripathi NIT Rourkela
Nice. On Tue, May 26, 2015 at 10:23 PM, DP Tripathi <dptkvs@gmail.com> wrote:
Dear All,
Greetings!
Now, Install Koha 3.20 with one single command at Ubuntu 14.04 LTS
Just follow the instructions.
I assume that you have installed Ubuntu 14.04 LTS in your system and it is connected with Internet.
Step 1: First download the file at www.librarianguide.co.in/install_koha.sh
Step 2: Wherever you keep the file, just give permission with following command.
I assume the file is at /home/library
root@nitr/home/library# chmod +x install_koha.sh (press enter)
root@nitr/home/library# ./install_koha.sh (press enter)
It will start installation. Just follow the instruction and provide necessary inputs.
Step 3: After installation of everything it will open window with nano editor. Just change the port in Intranet (8000), save (ctrl+x).
Now, it will open Firefox automatically with Koha Web Installer.
User Name: koha_library
Password: Note down the password from (/etc/koha/sites/library/koha-conf.xml) file.
The password will be at the bottom of file in <config> section.
Enjoy Koha!
Thanks,
DP Tripathi NIT Rourkela _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- *Suzon Das* B.A., M.A. (DU) in Information Sc. and Library Management, .NET and Android Developer Project Manager in SBAU Library
Greetings, It is always better to follow the instructions on the wiki, as they are always more current (patches take longer to get into master). For example, in your script you have the old MySQL security tweak, but it is commented out. The new tweak: sudo mysql_secure_installation I do not recommend using a single step install script. This makes it more difficult to help you fix your problems when something goes wrong. Primary reference: http://wiki.koha-community.org/wiki/Koha_on_Debian Secondary reference (in the case of Ubuntu): http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages GPML, Mark Tompsett
Mark Tompsett schreef op wo 27-05-2015 om 07:57 [-0400]:
Primary reference: http://wiki.koha-community.org/wiki/Koha_on_Debian Secondary reference (in the case of Ubuntu): http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages
It's worth noting that there's really no difference between Ubuntu and Debian for these purposes, both will work with either. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
DP Tripathi schreef op wo 27-05-2015 om 11:53 [+0530]:
Just follow the instructions.
Some pretty minor issues to start with: Why does it do this: sed -e 's/ident//; s/sameuser/trust/' /etc/apache2/ports.conf.dpt > /etc/apache2/ports.conf then: sed -e 's/ident//; s/sameuser/trust/' /etc/mysql/my.cnf.dpt > /etc/mysql/my.cnf then: sed -e 's/ident//; s/sameuser/trust/' /etc/perl/XML/SAX/ParserDetails.ini.dpt > /etc/perl/XML/SAX/ParserDetails.ini ? also, rewriting the ParserDetails.ini hasn't been needed for a long time. The code does stuff on port 8000, but the messages talk about port 8080. I think in general 8080 is the more common port to set up secondary webservices on. The last echo writes and then immediately opens an editor to the file, so you wouldn't know what you need to do with it. If it did show the message, it would ask them to change the port, and then open firefox, assuming that it hadn't been changed. Also, if they did change it, it now wouldn't match the "Listen" line added near the top. This looks like a reasonable quick-start to get a Koha server up, though. It won't give you nice things like name-based addressing that you'd probably want in a production server, but they'd be easy enough to add on after the fact. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (4)
-
DP Tripathi -
Mark Tompsett -
Robin Sheat -
Suzon Das