Difference between revisions of "WIKI Deployment"
(Created page.) |
m (Created initial content.) |
||
Line 1: | Line 1: | ||
The ChiliProject page for this is here: http://chili.emacinc.com/projects/public-wiki-server | The ChiliProject page for this is here: http://chili.emacinc.com/projects/public-wiki-server | ||
+ | |||
+ | == Deploying from the Internal Wikidev to the Public Wiki == | ||
+ | |||
+ | The following steps need to be performed to deploy the wiki. | ||
+ | |||
+ | === Preparation === | ||
+ | |||
+ | # Go to the wikidev homepage and comment out the EMAC internal use only part of the page. This will make sure it never shows up on the public homepage, even though the content will briefly be there. | ||
+ | # Check to ensure that links to any unfinished pages are commented out in each of the categories under the main page. | ||
+ | # Change <code>style="background-color: #fff0f0;</code> to <code>style="display: none; background-color: #fff0f0;</code> for the TODO tags by editing the Template:Todo page for it: http://10.0.2.223/wiki/Template:Todo The <code>display: none</code> part tells TODO tags to not display the tags on the pages. | ||
+ | |||
+ | |||
+ | === Dump & Restore === | ||
+ | |||
+ | |||
+ | The database now needs to be dumped on the engineering server, then restored on the IT server. | ||
+ | |||
+ | |||
+ | === Post-Restore === | ||
+ | |||
+ | |||
+ | # Go to the links that were commented out on the homepage, and delete them from the Live Server (such as the EMAC Internal Only page and its subpages). | ||
+ | # Remove the commented out code from the homepage. | ||
+ | # Go to any category page which had a link commented out, | ||
+ | ## Follow the commented out link to delete the page | ||
+ | ## Remove the comment |
Latest revision as of 13:45, 12 February 2014
The ChiliProject page for this is here: http://chili.emacinc.com/projects/public-wiki-server
Contents
Deploying from the Internal Wikidev to the Public Wiki
The following steps need to be performed to deploy the wiki.
Preparation
- Go to the wikidev homepage and comment out the EMAC internal use only part of the page. This will make sure it never shows up on the public homepage, even though the content will briefly be there.
- Check to ensure that links to any unfinished pages are commented out in each of the categories under the main page.
- Change
style="background-color: #fff0f0;
tostyle="display: none; background-color: #fff0f0;
for the TODO tags by editing the Template:Todo page for it: http://10.0.2.223/wiki/Template:Todo Thedisplay: none
part tells TODO tags to not display the tags on the pages.
Dump & Restore
The database now needs to be dumped on the engineering server, then restored on the IT server.
Post-Restore
- Go to the links that were commented out on the homepage, and delete them from the Live Server (such as the EMAC Internal Only page and its subpages).
- Remove the commented out code from the homepage.
- Go to any category page which had a link commented out,
- Follow the commented out link to delete the page
- Remove the comment