comparison docs/setup.rst @ 1091:e67786cb2afa

- Further corrections.
author jfh <jason@jasonfharris.com>
date Sat, 26 Feb 2011 20:44:32 +0100
parents de86a0870874
children 3cdacd152b24
comparison
equal deleted inserted replaced
1090:de86a0870874 1091:e67786cb2afa
29 RhodeCode will store all of its repositories on the current machine. After 29 RhodeCode will store all of its repositories on the current machine. After
30 entering this "root" path ``setup-app`` will also prompt you for a username and password 30 entering this "root" path ``setup-app`` will also prompt you for a username and password
31 for the initial admin account which ``setup-app`` sets up for you. 31 for the initial admin account which ``setup-app`` sets up for you.
32 32
33 - The ``setup-app`` command will create all of the needed tables and an admin 33 - The ``setup-app`` command will create all of the needed tables and an admin
34 account. When choosing a root path You can either use a new empty location, or a 34 account. When choosing a root path you can either use a new empty location, or a
35 location which already contains existing repositories. If you choose a location 35 location which already contains existing repositories. If you choose a location
36 which contains existing repositories RhodeCode will simply add all of the 36 which contains existing repositories RhodeCode will simply add all of the
37 repositories at the chosen location to it's database. (Note: make sure you 37 repositories at the chosen location to it's database. (Note: make sure you
38 specify the correct path to the root). 38 specify the correct path to the root).
39 - Note: the given path for mercurial_ repositories **must** be write accessible 39 - Note: the given path for mercurial_ repositories **must** be write accessible
49 127.0.0.1:5000. This ip and port is configurable via the production.ini 49 127.0.0.1:5000. This ip and port is configurable via the production.ini
50 file created in previous step 50 file created in previous step
51 - Use the admin account you created above when running ``setup-app`` to login to the web app. 51 - Use the admin account you created above when running ``setup-app`` to login to the web app.
52 - The default permissions on each repository is read, and the owner is admin. 52 - The default permissions on each repository is read, and the owner is admin.
53 Remember to update these if needed. 53 Remember to update these if needed.
54 - In the admin panel You can toggle ldap, anonymous, permissions settings. As 54 - In the admin panel you can toggle ldap, anonymous, permissions settings. As
55 well as edit more advanced options on users and repositories 55 well as edit more advanced options on users and repositories
56 56
57 Try copying your own mercurial repository into the "root" directory you are 57 Try copying your own mercurial repository into the "root" directory you are
58 using, then from within the RhodeCode web application choose Admin > 58 using, then from within the RhodeCode web application choose Admin >
59 repositories. Then choose Add New Repository. Add the repository you copied into 59 repositories. Then choose Add New Repository. Add the repository you copied into
100 100
101 Setting up Whoosh full text search 101 Setting up Whoosh full text search
102 ---------------------------------- 102 ----------------------------------
103 103
104 Starting from version 1.1 the whoosh index can be build by using the paster 104 Starting from version 1.1 the whoosh index can be build by using the paster
105 command ``make-index``. To use ``make-index`` You must specify the configuration 105 command ``make-index``. To use ``make-index`` you must specify the configuration
106 file that stores the location of the index, and the location of the repositories 106 file that stores the location of the index, and the location of the repositories
107 (`--repo-location`). 107 (`--repo-location`).
108 108
109 You may optionally pass the option `-f` to enable a full index rebuild. Without 109 You may optionally pass the option `-f` to enable a full index rebuild. Without
110 the `-f` option, indexing will run always in "incremental" mode. 110 the `-f` option, indexing will run always in "incremental" mode.