Difference between revisions of "User:Aeric/Writing and Publishing Guide"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 9: | Line 9: | ||
'''Preparation:''' | '''Preparation:''' | ||
:* Find and fix all references to [[Template:TBD]] | :* Find and fix all references to [[Template:TBD]] | ||
:* In the dev wiki, change the ''Coming Soon'' heading to reflect the release date.<br>(Leave unimplemented entries under ''Coming | :* In the dev wiki, change the ''Coming Soon'' heading to reflect the release date.<br>(Leave unimplemented entries under ''Coming Soon''' or, if there are none, comment it out:<br>http://agileappslive.com/mw_dev/Platform_Features | ||
'''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<br>development wiki (<tt>mw_dev</tt>) to the production wiki <tt>mw_prod</tt> | ||
#: '''''This process makes a backup of the production wiki.''''' | #: '''''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 | #: If there is ever any need to revert to a previous version,<br> run <tt>scripts/restoreWikiInstructions</tt> for a list of steps | ||
==Backup Process== | ==Backup Process== |
Revision as of 23:57, 4 September 2013
Documenting New Features
- New features are fully documented in the Dev wiki
http://agileappslive.info/mw_dev - Put a Coming Soon entry into the platform features page, with a Learn More link to that documentation:
http://agileappslive.info/mw_dev/Platform Features - When that entry is good enough for use, copy it to the production wiki (minus the Learn More link:
http://agileappslive.info/wiki/Platform Features
Publication Process
First, prepare the development wiki for publication. Then execute the publishing process.
Preparation:
- Find and fix all references to Template:TBD
- In the dev wiki, change the Coming Soon heading to reflect the release date.
(Leave unimplemented entries under Coming Soon' or, if there are none, comment it out:
http://agileappslive.com/mw_dev/Platform_Features
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