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
 
@@ -10,6 +10,22 @@ Installation on Unix/Linux
 
.. 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)
 
-----------------------------------------------------
0 comments (0 inline, 0 general)