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 15:32] – [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 |
- | preferable to use " | + | after installation. |
+ | |||
+ | For example, during | ||
+ | preferable to use the Mediawiki default language of " | ||
Add the following to LocalSettings.php | Add the following to LocalSettings.php | ||
Line 69: | Line 80: | ||
</ | </ | ||
- | Now clear and reset the language | + | Now reset the language |
< | < | ||
echo ' | echo ' | ||
- | php maintenance/ | + | php maintenance/ |
</ | </ | ||
- | To completely | + | To disable |
to LocalSettings.php | to LocalSettings.php | ||
< | < | ||
Line 81: | Line 92: | ||
</ | </ | ||
===Resources=== | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
[[https:// | [[https:// |