comparison docs/contributing.rst @ 5758:d5e16407bdbb

Merge stable
author Mads Kiilerich <madski@unity3d.com>
date Mon, 14 Mar 2016 00:36:08 +0100
parents 2d2decce586f 250f8150c4bb
children e45f5dbc2533
comparison
equal deleted inserted replaced
5753:1a7611b9730e 5758:d5e16407bdbb
33 hg clone https://kallithea-scm.org/repos/kallithea 33 hg clone https://kallithea-scm.org/repos/kallithea
34 cd kallithea 34 cd kallithea
35 virtualenv ../kallithea-venv 35 virtualenv ../kallithea-venv
36 source ../kallithea-venv/bin/activate 36 source ../kallithea-venv/bin/activate
37 pip install --upgrade pip setuptools 37 pip install --upgrade pip setuptools
38 python2 setup.py develop 38 pip install -e .
39 paster make-config Kallithea my.ini 39 paster make-config Kallithea my.ini
40 paster setup-db my.ini --user=user --email=user@example.com --password=password --repos=/tmp 40 paster setup-db my.ini --user=user --email=user@example.com --password=password --repos=/tmp
41 paster serve my.ini --reload & 41 paster serve my.ini --reload &
42 firefox http://127.0.0.1:5000/ 42 firefox http://127.0.0.1:5000/
43 43