Re: [Koha] How to reduce Koha installation time?
Dear Friend, Can I get git version of (dev) version of Koha version 3.03 or 3.04? My aim is to reduce installation time. Dev version is small size. What the command to download old version of Koha using git? With thanks, -- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in OK Society Volunteer. http://oksociety.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
Vimal, You can clone maintenance branch as follows: git clone git://git.koha.org/pub/scm/koha-maintenance.git kohamaintenance Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz 2009/11/13 Vimal Kumar <vimal0212@gmail.com>
Dear Friend,
Can I get git version of (dev) version of Koha version 3.03 or 3.04? My aim is to reduce installation time. Dev version is small size. What the command to download old version of Koha using git?
With thanks,
-- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in
OK Society Volunteer. http://oksociety.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
2009/11/14 savitra sirohi <savitra.sirohi@osslabs.biz>:
Vimal,
You can clone maintenance branch as follows:
git clone git://git.koha.org/pub/scm/koha-maintenance.git kohamaintenance
You can clone that, but it is not recommended at all. In fact I will go as far as to say, do not clone the maintenance repository, it is not what you want. You are much better off cloning the main repository git clone git://git.koha.org/pub/scm/koha.git koha Then if you want a version you can just checkout that tag, eg if you want 3.0.3 git checkout -b 3.0.3 v3.00.03 or for 3.0.4 git checkout -b 3.0.4 v3.00.04_fixed Chris
participants (3)
-
Chris Cormack -
savitra sirohi -
Vimal Kumar