Changeset - a649599ad8b7
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-18 01:11:28
marcin@python-works.com
added my gist script for another detailed installation instructions
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -40,12 +40,16 @@ Step by step installation example for Li
 

	
 

	
 
For installing RhodeCode i highly recommend using separate virtualenv_. This
 
way many required by RhodeCode libraries will remain sandboxed from your main
 
python and making things less problematic when doing system python updates. 
 

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

	
 

	
 
- Assuming you have installed virtualenv_ create a new virtual environment 
 
  using virtualenv command:: 
 

	
 
    virtualenv --no-site-packages /opt/rhodecode-venv
 

	
 

	
0 comments (0 inline, 0 general)