comparison docs/usage/vcs_notes.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 2bb5e9ee49fe
children
comparison
equal deleted inserted replaced
7413:9de61c5b8694 7414:3158cf0dafb7
42 The alternative method of importing repositories consists of creating the 42 The alternative method of importing repositories consists of creating the
43 repositories in the desired hierarchy on the filesystem and letting Kallithea 43 repositories in the desired hierarchy on the filesystem and letting Kallithea
44 scan that location. 44 scan that location.
45 45
46 All repositories are stored in a central location on the filesystem. This 46 All repositories are stored in a central location on the filesystem. This
47 location is specified during installation (via ``setup-db``) and can be reviewed 47 location is specified during installation (via ``db-create``) and can be reviewed
48 at *Admin > Settings > VCS > Location of repositories*. Repository groups 48 at *Admin > Settings > VCS > Location of repositories*. Repository groups
49 (defined in *Admin > Repository Groups*) are represented by a directory in that 49 (defined in *Admin > Repository Groups*) are represented by a directory in that
50 repository location. Repositories of the repository group are nested under that 50 repository location. Repositories of the repository group are nested under that
51 directory. 51 directory.
52 52