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: | |||
:* Find and fix all references to [[Template:TBD]] | |||
Publication: | |||
# 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> | |||
#: '''''This process makes a backup of the production wiki.''''' | |||
#: If there is ever any need to revert to a previous version, run <tt>scripts/restoreWikiInstructions</tt> for a list of steps | |||
==Backup Process== | ==Backup Process== |
Revision as of 23:45, 4 September 2013
Documenting New Features
Publication 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