Difference between revisions of "User:Aeric/Writing and Publishing Guide"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 2: | Line 2: | ||
==Publication Process== | ==Publication Process== | ||
Preparation: | First, prepare the development wiki for publication. Then execute the publishing process. | ||
'''Preparation:''' | |||
:* Find and fix all references to [[Template:TBD]] | :* Find and fix all references to [[Template:TBD]] | ||
Publication: | '''Publication:''' | ||
# Using PuTTY, log in to the Rackspace server | # Using PuTTY, log in to the Rackspace server | ||
# Run <tt>scripts/publishDevWiki</tt> to copy the contents of the development wiki (<tt>mw_dev</tt>) to the production wiki <tt>mw_prod</tt> | # Run <tt>scripts/publishDevWiki</tt> to copy the contents of the development wiki (<tt>mw_dev</tt>) to the production wiki <tt>mw_prod</tt> |
Revision as of 23:46, 4 September 2013
Documenting New Features
Publication Process
First, prepare the development wiki for publication. Then execute the publishing process.
Preparation:
- Find and fix all references to Template:TBD
Publication:
- Using PuTTY, log in to the Rackspace server
- Run scripts/publishDevWiki to copy the contents of the development wiki (mw_dev) to the production wiki mw_prod
- This process makes a backup of the production wiki.
- If there is ever any need to revert to a previous version, run scripts/restoreWikiInstructions for a list of steps