Kokua:Source Code

From Kokua Wiki

Jump to: navigation, search

There are several ways to get the Kokua Viewer source code.

Downloading from BitBucket with a web browser

Note: * The workflow for Kokua using mercurial and bitbucket in most cases does not use named branches.

If you just want to quickly get the latest Kokua source code, the simplest way is to download it from BitBucket with a web browser.

The official Kokua repository is available here:

To download the source code, click on the "Downloads" selection on the right side of the menu bar, then select the branches tab, then click "Download .zip" (or "Download .tar.gz", for advanced users).

That will download the source code from branch default which contains the stable source code. There are also other repositories available, which contain the Kokua source code at various stages of development:

Cloning the BitBucket repository

If you want to contribute to Kokua, or want easy access to the whole repository history, you should clone the Kokua repository (i.e. download a copy to your computer).


The hg clone URL for the official Kokua beta repository is: https://bitbucket.org/kokua/kokua-beta (or alternatively ssh://hg@bitbucket.org/kokua/kokua-beta). If you are using a command line terminal, you can run this command to clone the repository:

hg clone https://bitbucket.org/kokua/kokua-beta

If you have signed up for BitBucket and "forked" the official kokua-beta repository, you should clone your own fork instead (replace <username> with your bitbucket user name):

hg clone https://bitbucket.org/<username>/kokua-beta

There are also several personal repositories of team members and contributors, which may contain commits that have not yet been merged into the official repository.

Personal tools
Namespaces
Variants
Actions
Navigation
Wiki
Toolbox