Changeset 612 for trunk/INSTALL
- Timestamp:
- 01/06/05 01:49:05 (4 years ago)
- Files:
-
- 1 modified
-
trunk/INSTALL (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r606 r612 35 35 36 36 37 " what type of database do you want the site to run on?"37 "What type of database do you want the site to run on?" 38 38 39 39 Answer "postgres", "mysql", or "sqlite". … … 41 41 42 42 "What's the name of the database that this site runs on?" 43 " Andthe database user that can access that database?"44 " Andthe password that they use to access the database?"43 "...the database user that can access that database?" 44 "...the password that they use to access the database?" 45 45 46 46 You should create (or ask your ISP/sysadmin to create) a database … … 50 50 51 51 52 " And the machine that the database is hosted on? (blank if local)",52 "...the machine that the database is hosted on? (blank if local" 53 53 54 54 If the database is running on a local machine with username/password … … 77 77 78 78 79 "What directory should I install the templates in?" 80 "Where should I look for custom templates?" 81 82 Normally these will be in the install directory, but they can be anywhere. 83 Custom templates are intended to be user-modified, so you might want to 84 put them somewhere in /etc. 85 86 79 87 "What URL does the install directory map to?" 80 88 … … 117 125 118 126 "Do you want to enable page deletion?" 127 "Please specify a password for the site admin." 119 128 120 129 The default is to disable page deletion. If you choose to enable the 121 130 page deletion mechanism then you will need to add a password to your 122 wiki.conf using a line such as131 wiki.conf by answering the question above or manually using a line such as 123 132 admin_pass = putyourpasswordhere 124 133 Users who know this password will be able to delete unwanted pages - … … 127 136 128 137 129 "What's the URL of the wiki's stylesheet?"138 "What's the URL of the site's stylesheet?" 130 139 131 140 Supplying an answer to this question is optional. There are example … … 148 157 "What should the home page of the wiki be called?" 149 158 "How would you describe the wiki?" 159 160 Self-explanatory. 161 162 150 163 "What city is the wiki based in?" 151 164 "What country is the wiki based in?" 165 166 If the wiki will not be city or city specific you can leave either or 167 both of these blank. 168 169 152 170 "Contact email address for the wiki admin?" 153 171 … … 161 179 162 180 163 "What's the name of the node to use for the text formatting rules link?" 181 "What's the name of the node or page to use for the text formatting 182 rules link?" 183 "What URL do you want to use for the text formatting rules" 164 184 165 185 From 0.19, OpenGuides allows users to choose whether or not to have a 166 permanent link to the text formatting rules node in their navbar. You 167 need to put the name of that node in here for it to work, though. You 168 might want to call the node "Text Formatting Examples", "Text 169 Formatting Rules", "House Style" or whatever. 186 permanent link to the text formatting rules node or page in their navbar. 187 You need to put the name of that node or URL in here for it to work, though. 188 You might want to call the node "Text Formatting Examples", 189 "Text Formatting Rules", "House Style" or whatever. 190 191 Note that these the latter question will override the former, so if you 192 want to use a local node make sure to leave the latter blank. 170 193 171 194 … … 213 236 Once you have installed OpenGuides you may wish to edit templates that 214 237 provide site-specific design. These templates are stored in the directory 215 custom-templates/ and are described in the file CUSTOMISATION. The id and 216 class tags used for the CSS in OpenGuides are specified in README.CSS. 238 custom-templates/ by default and are described in the file CUSTOMISATION. 239 The id and class tags used for the CSS in OpenGuides are specified in 240 README.CSS. 217 241 218 242 * Security
