diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -37,6 +37,13 @@ developers -- you can do the same. Please visit https://docs.kallithea-scm.org/en/latest/installation.html for more details. +There is also an experimental `Puppet module`_ for installing and setting up +Kallithea. Currently, only basic functionality is provided, but it is still +enough to get up and running quickly, especially for people without Python +background. See +https://docs.kallithea-scm.org/en/latest/installation_puppet.html for further +information. + Source code ----------- @@ -178,7 +185,7 @@ To run Kallithea on a RhodeCode database This location will depend on where you installed Kallithea. If you installed via:: - python setup.py install + python2 setup.py install then you will find this location at ``$VIRTUAL_ENV/lib/python2.7/site-packages/Kallithea-0.1-py2.7.egg/kallithea``. @@ -194,7 +201,7 @@ database, using the database string you cd /path/to/kallithea cp /path/to/rhodecode/rhodecode.db kallithea.db pip install sqlalchemy-migrate - python kallithea/bin/rebranddb.py sqlite:///kallithea.db + python2 kallithea/bin/rebranddb.py sqlite:///kallithea.db .. Note:: @@ -238,3 +245,4 @@ repository, and have a look at the hooks .. _Celery: http://celeryproject.org/ .. _vcs: http://pypi.python.org/pypi/vcs .. _Software Freedom Conservancy: http://sfconservancy.org/ +.. _Puppet module: https://forge.puppetlabs.com/rauch/kallithea