Kallithea 0.1

Adrian Klaver adrian.klaver at aklaver.com
Fri Aug 22 10:51:17 EDT 2014


On 08/22/2014 03:46 AM, Mads Kiilerich wrote:
> Kallithea 0.1 has been released. Kallithea is GPLv3 source code
> management software for web based hosting of Mercurial and Git
> repositories.
>
> We're still not where we want to be for a 1.0 release, but we'd like to
> share what we've got so far. Kallithea 0.1 contains a lot of development
> since the project was announced, including both bug fixes and
> improvements. Kallithea 0.1 is production ready. The development branch
> is kept stable and is continuously used in production.
>
> For more information, see https://kallithea-scm.org/ or
> http://kallithea.readthedocs.org/ .
>
>
> To install Kallithea 0.1:
>
>    virtualenv --no-site-packages dist/v
>    . dist/v/bin/activate
>    pip install kallithea
>    paster make-config Kallithea my.ini
>    paster setup-db my.ini --user=user --email=user at example.com
> --password=password --repos=/tmp
>    paster serve my.ini &
>    firefox http://127.0.0.1:5000/
>

Well that works slick. Just cloned a repo from BitBucket. Thanks for all 
the effort.

-- 
Adrian Klaver
adrian.klaver at aklaver.com


More information about the kallithea-general mailing list