Changeset 67 for trunk/README
- Timestamp:
- 04/24/03 18:54:32 (6 years ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r66 r67 30 30 31 31 32 "Skip OpenGuides configuration?"32 "Skip OpenGuides configuration?" 33 33 34 34 Answer "n" to this question unless you really know what you're doing. 35 35 It's mainly there for developers. 36 36 37 "what type of database do you want the site to run on? postgres/mysql" 37 38 "what type of database do you want the site to run on? postgres/mysql" 38 39 39 40 Answer either "postgres" or "mysql". 40 41 41 "What do you want the script to be called?" 42 43 "What's the name of the database that this site runs on?" 44 "And the database user that can access that database?" 45 "And the password that they use to access the database?" 46 47 You should create (or ask your ISP/sysadmin to create) a Postgres or 48 MySQL database specifically for the use of OpenGuides. If you have 49 more than one OpenGuides installation, for example if you run guides 50 for more than one city, each installation will need its own database. 51 52 (TODO - support SQLite as well (requires faffing with install scripts, 53 bit messy but CGI::Wiki already supports this so won't be hard)) 54 55 56 "What do you want the script to be called?" 42 57 43 58 The default is for the main script to be called "wiki.cgi", but … … 46 61 execution of scripts ending in, for example, ".cgi" 47 62 48 "What directory should I install it in?" 63 64 "What directory should I install it in?" 49 65 50 66 You need to pick a directory for the OpenGuides software to be … … 55 71 to root under Unix. 56 72 57 "What URL does the install directory map to?" 73 74 "What URL does the install directory map to?" 58 75 59 76 Give the full address needed to access the installation directory with 60 77 a web browser - for example http://london.openguides.org/cgi-bin/ 61 78 62 "What directory can I use to store indexes in for searching?" 79 80 "What directory can I use to store indexes in for searching?" 63 81 64 82 You need a directory to store files used as indexes for the site. The … … 68 86 multi-user systems this will just be yourself. 69 87 70 "What's the URL of the wiki's stylesheet?" 88 89 "What's the URL of the wiki's stylesheet?" 71 90 72 91 Supplying an answer to this question is optional. TODO - supply and 73 92 optionally install a simple stylesheet with the OpenGuides distribution. 74 93 75 "What's the name of the database that this site runs on?"76 "And the database user that can access that database?"77 "And the password that they use to access the database?"78 94 79 You should create (or ask your ISP/sysadmin to create) a Postgres or 80 MySQL database specifically for the use of OpenGuides. If you have 81 more than one OpenGuides installation, for example if you run guides 82 for more than one city, each installation will need its own database. 83 84 TODO - support SQLite as well (requires faffing with install scripts, 85 bit messy but CGI::Wiki already supports this so won't be hard) 86 87 "What's the wiki called?" 95 "What's the wiki called?" 88 96 89 97 This is a title which will appear at the top of every page. 90 98 91 "What should the home page of the wiki be called?" 92 "How would you describe the wiki?" 93 "What city is the wiki based in?" 94 "What country is the wiki based in?" 95 "Contact email address for the wiki admin?" 99 100 "What should the home page of the wiki be called?" 101 "How would you describe the wiki?" 102 "What city is the wiki based in?" 103 "What country is the wiki based in?" 104 "Contact email address for the wiki admin?" 96 105 97 106 Self explanatory.
