Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:mediawiki [2025/02/10 16:00] – [Install] darron | tools:mediawiki [2025/02/14 05:03] (current) – [Install] darron | ||
---|---|---|---|
Line 15: | Line 15: | ||
==NGINX== | ==NGINX== | ||
- | [[https:// | + | Adapt this [[https:// |
+ | for your needs and update LocalSetttings.php for URL rewriting. | ||
+ | < | ||
+ | $wgScriptPath = "/ | ||
+ | $wgArticlePath = "/ | ||
+ | $wgUsePathInfo = true; | ||
+ | </ | ||
===Install=== | ===Install=== | ||
Line 51: | Line 57: | ||
Visit the wiki site and follow the installation procedure which will conclude with | Visit the wiki site and follow the installation procedure which will conclude with | ||
a download of the LocalSettings.php file. | a download of the LocalSettings.php file. | ||
+ | |||
+ | NB It's recommended to choose English as the installation language. | ||
Edit the settings file and upload to the server and installation is complete. | Edit the settings file and upload to the server and installation is complete. | ||
Line 61: | Line 69: | ||
==Language== | ==Language== | ||
- | During | + | If you didn't choose English as the installation language you can change it |
+ | after installation. | ||
+ | |||
+ | For example, during | ||
preferable to use the Mediawiki default language of " | preferable to use the Mediawiki default language of " | ||
- | |||
- | When searching for an item with an un-associated language an entry using the Mediawiki default of " | ||
Add the following to LocalSettings.php | Add the following to LocalSettings.php | ||
Line 71: | Line 80: | ||
</ | </ | ||
- | Now clear and reset the language | + | Now reset the language |
< | < | ||
echo ' | echo ' | ||
- | php maintenance/ | + | php maintenance/ |
</ | </ | ||
- | To disable | + | To disable |
to LocalSettings.php | to LocalSettings.php | ||
< | < | ||
Line 83: | Line 92: | ||
</ | </ | ||
===Resources=== | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
[[https:// | [[https:// |