Hi, a simple question (or so I hope). Following the installation instructions http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git I get the latest Koha version 3.21. But is it possible to install Koha 3.16.x version? How is this achieved? I'm using Ubuntu LXC conainer. -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-on-ubuntu-git-tp5845989.html Sent from the Koha-general mailing list archive at Nabble.com.
What do you need it for? If you are going to install Koha on production server, you should follow these instructions http://wiki.koha-community.org/wiki/Koha_on_Debian Which guides you to install stable 3.20 or oldstable 3.18 version. It does not make much sense for me to install 3.16 for new production server. If you are going to install development server, you can install as mentioned on http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git and after installation is done, you can use branch 3.16.x in git. Hope that helps Josef út 30. 6. 2015 v 22:25 odesílatel ubuntu <christer.skog@kouvola.fi> napsal:
Hi, a simple question (or so I hope). Following the installation instructions http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git I get the latest Koha version 3.21. But is it possible to install Koha 3.16.x version? How is this achieved? I'm using Ubuntu LXC conainer.
-- View this message in context: http://koha.1045719.n5.nabble.com/Koha-on-ubuntu-git-tp5845989.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for the quick answer. As I am a Koha newbie I would like to study Koha git in a local demo server. As I have little experience with Git there's a lot to learn. If I want to select the 3.16.x branch is this the correct syntax: git checkout -b mywork_3.16.x origin/3.16.x -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-on-ubuntu-git-tp5845989p5846060.html Sent from the Koha-general mailing list archive at Nabble.com.
Yes, thats the right syntax if you want to use 3.16.x. Regards Josef st 1. 7. 2015 v 7:56 odesílatel ubuntu <christer.skog@kouvola.fi> napsal:
Thanks for the quick answer. As I am a Koha newbie I would like to study Koha git in a local demo server. As I have little experience with Git there's a lot to learn. If I want to select the 3.16.x branch is this the correct syntax: git checkout -b mywork_3.16.x origin/3.16.x
-- View this message in context: http://koha.1045719.n5.nabble.com/Koha-on-ubuntu-git-tp5845989p5846060.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Josef Moravec -
ubuntu