comparison docs/contributing.rst @ 7414:3158cf0dafb7

cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 7784a1212471
children b66725ba01ed
comparison
equal deleted inserted replaced
7413:9de61c5b8694 7414:3158cf0dafb7
38 pip install --upgrade -e . 38 pip install --upgrade -e .
39 pip install --upgrade -r dev_requirements.txt 39 pip install --upgrade -r dev_requirements.txt
40 npm install # install dependencies - both tools and data 40 npm install # install dependencies - both tools and data
41 npm run less # for generating css from less 41 npm run less # for generating css from less
42 kallithea-cli config-create my.ini 42 kallithea-cli config-create my.ini
43 gearbox setup-db -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp 43 kallithea-cli db-create -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp
44 gearbox serve -c my.ini --reload & 44 gearbox serve -c my.ini --reload &
45 firefox http://127.0.0.1:5000/ 45 firefox http://127.0.0.1:5000/
46 46
47 If you plan to use Bitbucket_ for sending contributions, you can also fork 47 If you plan to use Bitbucket_ for sending contributions, you can also fork
48 Kallithea on Bitbucket_ first (https://bitbucket.org/conservancy/kallithea) and 48 Kallithea on Bitbucket_ first (https://bitbucket.org/conservancy/kallithea) and