Difference between revisions of "Wiki Setup"
From MVR Designs
(Created page with " == Steps to Set Up Wiki == #Created as a addon domain of looseletters.ca in home/public_html folder #Used oneclick install in CPanel to install MediaWiki as MVR Designs #Add...") |
(→Local_settings.php) |
||
Line 12: | Line 12: | ||
Parameters changed from Default | Parameters changed from Default | ||
− | + | The protocol and server name to use in fully-qualified URLs | |
$wgServer = "https://mvrdesigns.ca"; | $wgServer = "https://mvrdesigns.ca"; | ||
+ | To enable image uploads, make sure the 'images' directory | ||
+ | is writable, then set this to true: | ||
+ | $wgEnableUploads = true; | ||
== Things to do == | == Things to do == |
Revision as of 10:14, 3 September 2019
Steps to Set Up Wiki
- Created as a addon domain of looseletters.ca in home/public_html folder
- Used oneclick install in CPanel to install MediaWiki as MVR Designs
- Added name servers to Domain mvrdesigns.ca at rebel.ca (took 24 hours to propagate thru system)
- Stylesheets would not load. add https: to local_settings.php to get site to load securely with Https.
Local_settings.php
Parameters changed from Default
The protocol and server name to use in fully-qualified URLs
$wgServer = "https://mvrdesigns.ca";
To enable image uploads, make sure the 'images' directory is writable, then set this to true:
$wgEnableUploads = true;
Things to do
- Setup user login
- prevent anonymous users from viewing site
- add robots.txt file