You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2012/05/04 03:30:32 UTC

[Thrift Wiki] Update of "HowToThriftWebsite" by JakeFarrell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "HowToThriftWebsite" page has been changed by JakeFarrell:
http://wiki.apache.org/thrift/HowToThriftWebsite?action=diff&rev1=6&rev2=7

- == Updating the Thrift website ==
+ Moved to http://thrift.apache.org/docs/committers/HowToThriftWebsite/
  
- This document describes how to update the Thrift site, available at:
- http://thrift.apache.org
- 
- '''Requirements'''
-  * SVN access to Thrift repository
-  * Vanilla PHP installation
-  * Access to minotaur.apache.org
- 
- '''Instructions'''
- 
-  1. Checkout the SVN repository at https://svn.apache.org/repos/asf/thrift/site
- 
-  2. Edit the PHP documents under the dynathrift folder
- 
-  3. From the dynathrift folder, generate static HTML into thrift/site/publish by running:{{{
- ./__publish.php -o ../publish
- }}}
- 
-  4. Check in all the changes
- 
-  5. SSH onto minotaur.apache.org
- 
-  6. svn up /www/thrift.apache.org
- 
-  7. Wait ~10 minutes for changes to go live (the Apache site is cached)
-