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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
To test a new wiki: | To test a new wiki: | ||
# Go to the wiki without specifying a destination page | # Go to the wiki without specifying a destination page | ||
Line 6: | Line 5: | ||
#* 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}</tt> |
Latest revision as of 00:48, 9 January 2014
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}