Changeset - 91dcc7be201c
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 6 years ago 2020-08-22 21:07:30
thomas.de_schampheleire@nokia.com
docs: contributing: use '.' rather than 'source' to align with 'installation'

See commit 855ba1f07aeb437483138d48d7929f0ff8c38b67 .
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/contributing.rst
Show inline comments
 
@@ -31,13 +31,13 @@ Getting started
 
To get started with Kallithea development run the following commands in your
 
bash shell::
 

	
 
        hg clone https://kallithea-scm.org/repos/kallithea
 
        cd kallithea
 
        python3 -m venv ../kallithea-venv
 
        source ../kallithea-venv/bin/activate
 
        . ../kallithea-venv/bin/activate
 
        pip install --upgrade pip setuptools
 
        pip install --upgrade -e . -r dev_requirements.txt python-ldap python-pam
 
        kallithea-cli config-create my.ini
 
        kallithea-cli db-create -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp
 
        kallithea-cli front-end-build
 
        gearbox serve -c my.ini --reload &
0 comments (0 inline, 0 general)