1,106
edits
Technician (talk | contribs) (→Certs) |
Technician (talk | contribs) (→Wiki) |
||
Line 161: | Line 161: | ||
** It sets the SQL database name to {{C|feministwiki_xy}}. | ** It sets the SQL database name to {{C|feministwiki_xy}}. | ||
** It configures a "foreign" image database via the [https://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos#Using_files_from_a_database_that_you_can_access_:_ForeignDBRepo,_ForeignDBViaLBRepo ForeignDBRepo] method so that the media upload database of the default wiki is used by all, instead of every parallel wiki having its own media database. | ** It configures a "foreign" image database via the [https://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos#Using_files_from_a_database_that_you_can_access_:_ForeignDBRepo,_ForeignDBViaLBRepo ForeignDBRepo] method so that the media upload database of the default wiki is used by all, instead of every parallel wiki having its own media database. | ||
To add a new language, follow these steps: | |||
* Clone the English wiki's database into a new one via: {{C|mysqldump feministwiki | mysql feministwiki_xy}} | |||
* Grant permissions on the new database via: {{C|GRANT ALL ON feministwiki_xy.* TO feministwiki@localhost;}} | |||
* Edit {{C|/etc/apache2/sites-available/000-wiki.conf}} to add the line: {{C|Use Wiki xy}} | |||
* Add the language to {{C|~/bin/fw-update-languages.sh}} and run it | |||
The last step will produce a lot of errors due to primary key constraints; these are fine. (The script tries to add every language to every language's database every time it's run.) | |||
The domain names feministwiki.de and www.feministwiki.de redirect to {{C|https://feministwiki.org/de}}. For instance, requesting {{C|https://feministwiki.de/wiki/Hauptseite}} will result in an HTTP redirect to {{C|https://feministwiki.org/de/wiki/Hauptseite}}. | The domain names feministwiki.de and www.feministwiki.de redirect to {{C|https://feministwiki.org/de}}. For instance, requesting {{C|https://feministwiki.de/wiki/Hauptseite}} will result in an HTTP redirect to {{C|https://feministwiki.org/de/wiki/Hauptseite}}. |