Changeset 264 for trunk/INSTALL
- Timestamp:
- 11/01/03 22:20:19 (5 years ago)
- Files:
-
- 1 modified
-
trunk/INSTALL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r191 r264 10 10 11 11 Unpack the distribution (using for example 'tar' or 'WinZip'), and set 12 your working directory to be the top level of the distribution, then 13 execute the following commands: 12 your working directory to be the top level of the distribution. 13 14 If you have an existing "wiki.conf" configuration file and you wish 15 to keep using the values in that, copy it to this directory. 16 17 Now execute the following commands: 14 18 15 19 perl Build.PL … … 28 32 29 33 30 "what type of database do you want the site to run on? postgres/mysql"34 "what type of database do you want the site to run on?" 31 35 32 Answer either "postgres" or "mysql".36 Answer "postgres", "mysql", or "sqlite". 33 37 34 38 … … 37 41 "And the password that they use to access the database?" 38 42 39 You should create (or ask your ISP/sysadmin to create) a Postgres or 40 MySQL database specifically for the use of OpenGuides. If you have 41 more than one OpenGuides installation, for example if you run guides 42 for more than one city, each installation will need its own database. 43 (TODO - support SQLite as well (requires faffing with install scripts, 44 bit messy but CGI::Wiki already supports this so won't be hard)) 43 You should create (or ask your ISP/sysadmin to create) a database 44 specifically for the use of OpenGuides. If you have more than one 45 OpenGuides installation, for example if you run guides for more than 46 one city, each installation will need its own database. 45 47 46 48
