Add a special wiki
From Wikitech
(Difference between revisions)
(extra items) |
m (Robot: Adding Category:How-To) |
||
| Line 9: | Line 9: | ||
* Optionally generate new interwiki SQL using rebuildInterwiki.php and source it. | * Optionally generate new interwiki SQL using rebuildInterwiki.php and source it. | ||
* sync-common-all, apache-graceful-all | * sync-common-all, apache-graceful-all | ||
| + | |||
| + | [[Category:How-To]] | ||
Revision as of 21:42, 28 November 2005
This is for wikis with domain names that don't have language sets associated with them.
- Add a VirtualHost section to remnant.conf, following the example from meta. The database name will be determined by the document root you set here.
- If there are any other domains which should point to the same wiki, set up a redirect in redirects.conf
- Create a document root directory in htdocs, using htdocs/new13templ as a template. Preserve the symlinks by copying the template with cp -a.
- Configure InitialiseSettings.php. Add settings for wgUploadDirectory, wgSitename, wgMetaNamespace and wgServer.
- Initialise the database. You need to do this manually with SQL commands. Set table_type to InnoDB before you start. Create the database, then source tables.sql and indexes.sql. Add a row to site_stats.
- Add the database to all.dblist and special.dblist
- Optionally generate new interwiki SQL using rebuildInterwiki.php and source it.
- sync-common-all, apache-graceful-all