You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/09/01 01:16:54 UTC

[Solr Wiki] Update of "Website_Update_HOWTO" by JanHoydahl

Dear Wiki user,

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

The "Website_Update_HOWTO" page has been changed by JanHoydahl:
http://wiki.apache.org/solr/Website_Update_HOWTO?action=diff&rev1=13&rev2=14

Comment:
Note about checking out the solr part of the site from svn

   1. To deploy the site, {{{ssh people.apache.org}}} and then {{{cd /www/lucene.apache.org/solr; svn up}}}
   1. Wait ~30 minutes for the site to be sync'd and then check the public site.
  
+ '''NOTE''':  When I attempted the instructions above today (august 2011), {{{svn up}}} did not work, and I had to check out the "solr" folder again, like this: {{{mv solr solr.old; svn co http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/site solr; rm -rf solr/.svn}}} (janhoy)
+ 
  == Announce? ==
  
  If the reason for updating the site was to post some sort of significant new news (ie: a release, a new committer, an upcoming talk, etc...) or to add completely new documentation consider sending out an announcement email to the solr-user@, dev@, and general@ lucene mailing lists.