Changeset - 5e66d3ec9880
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 11 years ago 2015-03-14 21:51:33
thomas.de.schampheleire@gmail.com
docs/installation: add section on installation from repository source

As we actually recommend this method, describe it as first option in the
installation instructions.
1 file changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -7,12 +7,28 @@ Installation on Unix/Linux
 
**Kallithea** is written entirely in Python.  Kallithea requires Python version
 
2.6 or higher.
 

	
 
.. Note:: Alternative very detailed installation instructions for Ubuntu Server
 
   with celery, indexer and daemon scripts: https://gist.github.com/4546398
 

	
 
Installing Kallithea from repository source
 
-------------------------------------------
 

	
 
The Kallithea development repository is stable and can be used in production.
 
Follow these instructions::
 

	
 
        hg clone https://kallithea-scm.org/repos/kallithea
 
        cd kallithea
 
        virtualenv ../kallithea-venv
 
        source ../kallithea-venv/bin/activate
 
        python setup.py develop
 

	
 
You can now proceed to :ref:`setup`.
 

	
 
To upgrade, simply update the repository with ``hg pull -u`` and restart the
 
server.
 

	
 
Installing Kallithea from Python Package Index (PyPI)
 
-----------------------------------------------------
 

	
 
**Kallithea** can be installed from PyPI with::
 

	
0 comments (0 inline, 0 general)