Show More
@@ -37,11 +37,11 b' the following command::' | |||||
37 |
|
37 | |||
38 | kallithea-cli db-create -c my.ini |
|
38 | kallithea-cli db-create -c my.ini | |
39 |
|
39 | |||
40 |
This will prompt you for a "root" path. This "root" path is the location |
|
40 | This will first prompt you for a "root" path. This "root" path is the location | |
41 |
Kallithea will store all of its repositories on the current machine. |
|
41 | where Kallithea will store all of its repositories on the current machine. This | |
42 | entering this "root" path ``db-create`` will also prompt you for a username |
|
42 | location must be writable for the running Kallithea application. Next, | |
43 | and password for the initial admin account which ``db-create`` sets |
|
43 | ``db-create`` will prompt you for a username and password for the initial admin | |
44 | up for you. |
|
44 | account it sets up for you. | |
45 |
|
45 | |||
46 | The ``db-create`` values can also be given on the command line. |
|
46 | The ``db-create`` values can also be given on the command line. | |
47 | Example:: |
|
47 | Example:: | |
@@ -56,11 +56,6 b' repositories Kallithea will add all of t' | |||||
56 | location to its database. (Note: make sure you specify the correct |
|
56 | location to its database. (Note: make sure you specify the correct | |
57 | path to the root). |
|
57 | path to the root). | |
58 |
|
58 | |||
59 | .. note:: the given path for Mercurial_ repositories **must** be write |
|
|||
60 | accessible for the application. It's very important since |
|
|||
61 | the Kallithea web interface will work without write access, |
|
|||
62 | but when trying to do a push it will fail with permission |
|
|||
63 | denied errors unless it has write access. |
|
|||
64 |
|
59 | |||
65 | Prepare front-end files |
|
60 | Prepare front-end files | |
66 | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
61 | ^^^^^^^^^^^^^^^^^^^^^^^ |
General Comments 0
You need to be logged in to leave comments.
Login now