Difference between revisions of "User:Aeric/Test"
From AgileApps Support Wiki
imported>Aeric (Created page with "====Testing the Wiki==== To test a new wiki: # Go to the wiki without specifying a destination page #* Ensure that the home page is displayed # Click a link #* Ensure that the p...") |
imported>Aeric |
||
Line 6: | Line 6: | ||
#* Ensure that the page displays | #* Ensure that the page displays | ||
#* Ensure that the link is correct | #* Ensure that the link is correct | ||
If you were testing an Apache configuration change: | |||
:* If all is not well, use <tt>./revert</tt> to restore the old Apache configuration settings. (You shouldn't need to undo changes to LocalSettings.php, but be prepared to do so, just in case.) | |||
:* If all is well, make backup of <tt>mediawiki.conf_new</tt>: | |||
:: <tt>cp mediawiki.conf_new mediawiki.conf_{year}_{month} |
Revision as of 22:38, 4 September 2013
Testing the Wiki
To test a new wiki:
- Go to the wiki without specifying a destination page
- Ensure that the home page is displayed
- Click a link
- Ensure that the page displays
- Ensure that the link is correct
If you were testing an Apache configuration change:
- If all is not well, use ./revert to restore the old Apache configuration settings. (You shouldn't need to undo changes to LocalSettings.php, but be prepared to do so, just in case.)
- If all is well, make backup of mediawiki.conf_new:
- cp mediawiki.conf_new mediawiki.conf_{year}_{month}