Topic: Downloads
Topic type:
How to download Kete and get it running on your system.
Before you install Kete, you may want to take a look at the Technical Requirements (needs updating).
You may also want to browse the source code online in the code repository here.
Getting Kete
To download the Kete software, we recommend checking out a stable release branch from our online source repository. This makes it easier to upgrade your installation of Kete to take advantage of bug fixes and new features.
On January 1st, 2012 we marked the official release process of Kete 1.3 on the 1-3-stable branch. This branch should be seen as the current stable version of Kete. Only bug and security fixes will be added to it. It is what we recommend for sites that want to use a managed upgrade process via releases.
Kete Codebase
Note: "your_application_name" is what you would like to call your new folder where you Kete installation shall live.
First step for latest code OR getting any release:
$ git clone git://github.com/kete/kete.git your_application_name $ cd your_application_name
If you prefer to access the "bleeding edge" of new Kete features,If you wish to use the very latest code under development (referred to as "master" by convention in Git and previously called "trunk" in Subversion parlance), that's it and you are done downloading.
For release code branches, do the corresponding additional steps.
Kete 1.3
You can use the following Git command to grab the latest code for Kete 1.3:
$ git checkout --track -b 1-3-stable origin/1-3-stable
Older Releases
Kete 1.2 Stable
You can use the following Git command to grab the latest code for Kete 1.2:
$ git checkout --track -b 1-2-stable origin/1-2-stable
Kete 1.1 Stable
You may use the following command to grab the latest code for Kete 1.1:
$ git clone git://github.com/kete/kete.git your_application_name
$ cd your_application_name
$ git checkout --track -b 1-1-stable origin/1-1-stable
"your_application_name" is what you would like to call your new folder where you Kete installation shall live.
Other Information
old.kete.net.nz is not providing a standalone download file at this time, but Github does provide the ability to download the source.
You can grab the source and add us to you watch list at http://github.com/kete/kete
If would like to report an issue with the software, please take a look at the How to add a ticket topic.
We have an Installation Guide. Feel free to discuss any suggestions you may have here or on the guide's pages.
Once you have your Kete up and running, don't forget to let us know at our Kete site directory or checkout other Kete sites.
Of course, you can also opt to use a Kete vendor to do the installation for you or do support work. You can find a list of them on our Kete Vendors page.
Walter McGinnis
said If you are behind a firewall where Git protocol isn't allowed
Github now supports clones over HTTP/HTTPS. The clone URL should be available at http://github.com/kete/kete.
You may need a later version of Git itself to work with it though. You may also find this background information useful:
http://github.com/blog/642-smart-http-support
Tags: git, github, Troubleshooting, firewall, protocol