You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by Bill Graham <bi...@gmail.com> on 2010/09/08 21:32:59 UTC

Updating site docs

hi,

I'd like to change the fix all the broken links to documentation, the
privacy policy, release notes, etc that are currently on
http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
gets updated. Can someone please provide pointers?

Do I just need to modify the content at
http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
there another publish step required?



thanks,
Bill

Re: Updating site docs

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 9/10/2010 12:10 PM, Eric Yang wrote:
> Hi Bill,
> 
> The build process tried to run: /home/billgraham/forrest/bin/forrest, and it did not exist.  Do you have forrest executable in the expected path?

What are the chances that a user mis-committed their local changes?

I'd look at the svn commit history.

Re: Updating site docs

Posted by Eric Yang <ey...@yahoo-inc.com>.
Hi Bill,

The build process tried to run: /home/billgraham/forrest/bin/forrest, and it did not exist.  Do you have forrest executable in the expected path?

Regards,
Eric

On 9/10/10 8:30 AM, "Bill Graham" <bi...@gmail.com> wrote:

Thanks Bernd. I'm able to build the incubator docs without a problem,
but it's the chukwa docs themselves that are hanging me up now:

https://svn.apache.org/repos/asf/incubator/chukwa/site

On Fri, Sep 10, 2010 at 1:33 AM, Bernd Fondermann
<be...@googlemail.com> wrote:
> BWT, this applies to updated the Incubator website, sorry of this post
> is confusing.
>
>  Bernd
>
> On Fri, Sep 10, 2010 at 10:28, Bernd Fondermann
> <be...@googlemail.com> wrote:
>> That's what I do:
>> + on my local machine, I check out the site from svn (using httpS)
>> + edit in site-author/
>> + build (locally) using build.sh
>> + svn diff shows, that the site-author + site-publish has changes
>> + looks good in browser using file:// URLs -> commit
>> now:
>> + on minotaur, cd to the incubator site checkout
>> + svn up, changes come in from svn
>> + wait for the site mirror to pick it up
>>
>> done.
>> hints:
>> + do not build on minotaur, only do svn update of what you changed locally
>> + RTFM, at http://svn.apache.org/viewvc/incubator/public/trunk/README.txt
>> + if you need any more assistence, please post again.
>>
>>  Bernd
>>
>> On Fri, Sep 10, 2010 at 06:44, Bill Graham <bi...@gmail.com> wrote:
>>> Hmm, this doesn't seem to be working for me. I downloaded forrest 0.8
>>> and got the error below. Any other suggestions?
>>>
>>> [billgraham@minotaur:~/svn/chukwa/site]$ ant
>>> -Dforrest.home=/home/billgraham/forrest -Djava5.home=/usr/local
>>> Buildfile: build.xml
>>>
>>> clean:
>>>
>>> update:
>>>
>>> BUILD FAILED
>>> /x1/home/billgraham/svn/chukwa/site/build.xml:6: Execute failed:
>>> java.io.IOException: Cannot run program "forrest" (in directory
>>> "/x1/home/billgraham/svn/chukwa/site/author"): java.io.IOException:
>>> error=2, No such file or directory
>>>
>>> Total time: 0 seconds
>>>
>>>
>>> I verified that home/billgraham/forrest/bin/forrest executes properly.
>>> Also, I assume you meant to include '-D' in front of the params to
>>> ant.
>>>
>>>
>>>
>>> On Wed, Sep 8, 2010 at 5:56 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
>>>> Make changes locally:
>>>>
>>>> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>>>
>>>> Make any modification that is necessary to the xml file, then run:
>>>>
>>>> ant -forrest.home=/path/to/forrest_home -java5.home=/path/to/java5_home
>>>>
>>>> This generates the document in publish directory, and commit those changes
>>>> back to svn.
>>>>
>>>> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
>>>>
>>>> And run: svn update
>>>>
>>>> I think we just need to have incubator to add us into the incubator group
>>>> and then we can do svn checkout in /www/incubator.apache.org/chukwa to have
>>>> full docs working and in the right place.
>>>>
>>>> Regards,
>>>> Eric
>>>>
>>>> On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:
>>>>
>>>> Got it, thanks. I saw that dir and wasn't sure how it got updated.
>>>>
>>>> To summarize then, the process is:
>>>>
>>>> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>>> 2. Update and commit
>>>> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>>>>
>>>>
>>>> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>>>>
>>>>> Fixing the website would be awesome of you.
>>>>>
>>>>> There is a second step: you need to cd to:
>>>>>
>>>>> people.apache.org:/www/hadoop.apache.org/chukwa
>>>>>
>>>>> And then do an svn co.  That pulls out the compiled html from .../site.
>>>>>
>>>>>
>>>>>
>>>>> --Ari
>>>>>
>>>>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>>>>> > hi,
>>>>> >
>>>>> > I'd like to change the fix all the broken links to documentation, the
>>>>> > privacy policy, release notes, etc that are currently on
>>>>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>>>>> > gets updated. Can someone please provide pointers?
>>>>> >
>>>>> > Do I just need to modify the content at
>>>>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>>>>> > there another publish step required?
>>>>> >
>>>>> >
>>>>> >
>>>>> > thanks,
>>>>> > Bill
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ari Rabkin asrabkin@gmail.com
>>>>> UC Berkeley Computer Science Department
>>>>
>>>>
>>>
>>
>


Re: Updating site docs

Posted by Bill Graham <bi...@gmail.com>.
Thanks Bernd. I'm able to build the incubator docs without a problem,
but it's the chukwa docs themselves that are hanging me up now:

https://svn.apache.org/repos/asf/incubator/chukwa/site

On Fri, Sep 10, 2010 at 1:33 AM, Bernd Fondermann
<be...@googlemail.com> wrote:
> BWT, this applies to updated the Incubator website, sorry of this post
> is confusing.
>
>  Bernd
>
> On Fri, Sep 10, 2010 at 10:28, Bernd Fondermann
> <be...@googlemail.com> wrote:
>> That's what I do:
>> + on my local machine, I check out the site from svn (using httpS)
>> + edit in site-author/
>> + build (locally) using build.sh
>> + svn diff shows, that the site-author + site-publish has changes
>> + looks good in browser using file:// URLs -> commit
>> now:
>> + on minotaur, cd to the incubator site checkout
>> + svn up, changes come in from svn
>> + wait for the site mirror to pick it up
>>
>> done.
>> hints:
>> + do not build on minotaur, only do svn update of what you changed locally
>> + RTFM, at http://svn.apache.org/viewvc/incubator/public/trunk/README.txt
>> + if you need any more assistence, please post again.
>>
>>  Bernd
>>
>> On Fri, Sep 10, 2010 at 06:44, Bill Graham <bi...@gmail.com> wrote:
>>> Hmm, this doesn't seem to be working for me. I downloaded forrest 0.8
>>> and got the error below. Any other suggestions?
>>>
>>> [billgraham@minotaur:~/svn/chukwa/site]$ ant
>>> -Dforrest.home=/home/billgraham/forrest -Djava5.home=/usr/local
>>> Buildfile: build.xml
>>>
>>> clean:
>>>
>>> update:
>>>
>>> BUILD FAILED
>>> /x1/home/billgraham/svn/chukwa/site/build.xml:6: Execute failed:
>>> java.io.IOException: Cannot run program "forrest" (in directory
>>> "/x1/home/billgraham/svn/chukwa/site/author"): java.io.IOException:
>>> error=2, No such file or directory
>>>
>>> Total time: 0 seconds
>>>
>>>
>>> I verified that home/billgraham/forrest/bin/forrest executes properly.
>>> Also, I assume you meant to include '-D' in front of the params to
>>> ant.
>>>
>>>
>>>
>>> On Wed, Sep 8, 2010 at 5:56 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
>>>> Make changes locally:
>>>>
>>>> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>>>
>>>> Make any modification that is necessary to the xml file, then run:
>>>>
>>>> ant —forrest.home=/path/to/forrest_home —java5.home=/path/to/java5_home
>>>>
>>>> This generates the document in publish directory, and commit those changes
>>>> back to svn.
>>>>
>>>> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
>>>>
>>>> And run: svn update
>>>>
>>>> I think we just need to have incubator to add us into the incubator group
>>>> and then we can do svn checkout in /www/incubator.apache.org/chukwa to have
>>>> full docs working and in the right place.
>>>>
>>>> Regards,
>>>> Eric
>>>>
>>>> On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:
>>>>
>>>> Got it, thanks. I saw that dir and wasn't sure how it got updated.
>>>>
>>>> To summarize then, the process is:
>>>>
>>>> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>>> 2. Update and commit
>>>> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>>>>
>>>>
>>>> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>>>>
>>>>> Fixing the website would be awesome of you.
>>>>>
>>>>> There is a second step: you need to cd to:
>>>>>
>>>>> people.apache.org:/www/hadoop.apache.org/chukwa
>>>>>
>>>>> And then do an svn co.  That pulls out the compiled html from .../site.
>>>>>
>>>>>
>>>>>
>>>>> --Ari
>>>>>
>>>>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>>>>> > hi,
>>>>> >
>>>>> > I'd like to change the fix all the broken links to documentation, the
>>>>> > privacy policy, release notes, etc that are currently on
>>>>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>>>>> > gets updated. Can someone please provide pointers?
>>>>> >
>>>>> > Do I just need to modify the content at
>>>>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>>>>> > there another publish step required?
>>>>> >
>>>>> >
>>>>> >
>>>>> > thanks,
>>>>> > Bill
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ari Rabkin asrabkin@gmail.com
>>>>> UC Berkeley Computer Science Department
>>>>
>>>>
>>>
>>
>

Re: Updating site docs

Posted by Bernd Fondermann <be...@googlemail.com>.
BWT, this applies to updated the Incubator website, sorry of this post
is confusing.

  Bernd

On Fri, Sep 10, 2010 at 10:28, Bernd Fondermann
<be...@googlemail.com> wrote:
> That's what I do:
> + on my local machine, I check out the site from svn (using httpS)
> + edit in site-author/
> + build (locally) using build.sh
> + svn diff shows, that the site-author + site-publish has changes
> + looks good in browser using file:// URLs -> commit
> now:
> + on minotaur, cd to the incubator site checkout
> + svn up, changes come in from svn
> + wait for the site mirror to pick it up
>
> done.
> hints:
> + do not build on minotaur, only do svn update of what you changed locally
> + RTFM, at http://svn.apache.org/viewvc/incubator/public/trunk/README.txt
> + if you need any more assistence, please post again.
>
>  Bernd
>
> On Fri, Sep 10, 2010 at 06:44, Bill Graham <bi...@gmail.com> wrote:
>> Hmm, this doesn't seem to be working for me. I downloaded forrest 0.8
>> and got the error below. Any other suggestions?
>>
>> [billgraham@minotaur:~/svn/chukwa/site]$ ant
>> -Dforrest.home=/home/billgraham/forrest -Djava5.home=/usr/local
>> Buildfile: build.xml
>>
>> clean:
>>
>> update:
>>
>> BUILD FAILED
>> /x1/home/billgraham/svn/chukwa/site/build.xml:6: Execute failed:
>> java.io.IOException: Cannot run program "forrest" (in directory
>> "/x1/home/billgraham/svn/chukwa/site/author"): java.io.IOException:
>> error=2, No such file or directory
>>
>> Total time: 0 seconds
>>
>>
>> I verified that home/billgraham/forrest/bin/forrest executes properly.
>> Also, I assume you meant to include '-D' in front of the params to
>> ant.
>>
>>
>>
>> On Wed, Sep 8, 2010 at 5:56 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
>>> Make changes locally:
>>>
>>> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>>
>>> Make any modification that is necessary to the xml file, then run:
>>>
>>> ant —forrest.home=/path/to/forrest_home —java5.home=/path/to/java5_home
>>>
>>> This generates the document in publish directory, and commit those changes
>>> back to svn.
>>>
>>> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
>>>
>>> And run: svn update
>>>
>>> I think we just need to have incubator to add us into the incubator group
>>> and then we can do svn checkout in /www/incubator.apache.org/chukwa to have
>>> full docs working and in the right place.
>>>
>>> Regards,
>>> Eric
>>>
>>> On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:
>>>
>>> Got it, thanks. I saw that dir and wasn't sure how it got updated.
>>>
>>> To summarize then, the process is:
>>>
>>> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>> 2. Update and commit
>>> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>>>
>>>
>>> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>>>
>>>> Fixing the website would be awesome of you.
>>>>
>>>> There is a second step: you need to cd to:
>>>>
>>>> people.apache.org:/www/hadoop.apache.org/chukwa
>>>>
>>>> And then do an svn co.  That pulls out the compiled html from .../site.
>>>>
>>>>
>>>>
>>>> --Ari
>>>>
>>>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>>>> > hi,
>>>> >
>>>> > I'd like to change the fix all the broken links to documentation, the
>>>> > privacy policy, release notes, etc that are currently on
>>>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>>>> > gets updated. Can someone please provide pointers?
>>>> >
>>>> > Do I just need to modify the content at
>>>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>>>> > there another publish step required?
>>>> >
>>>> >
>>>> >
>>>> > thanks,
>>>> > Bill
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Ari Rabkin asrabkin@gmail.com
>>>> UC Berkeley Computer Science Department
>>>
>>>
>>
>

Re: Updating site docs

Posted by Bernd Fondermann <be...@googlemail.com>.
That's what I do:
+ on my local machine, I check out the site from svn (using httpS)
+ edit in site-author/
+ build (locally) using build.sh
+ svn diff shows, that the site-author + site-publish has changes
+ looks good in browser using file:// URLs -> commit
now:
+ on minotaur, cd to the incubator site checkout
+ svn up, changes come in from svn
+ wait for the site mirror to pick it up

done.
hints:
+ do not build on minotaur, only do svn update of what you changed locally
+ RTFM, at http://svn.apache.org/viewvc/incubator/public/trunk/README.txt
+ if you need any more assistence, please post again.

  Bernd

On Fri, Sep 10, 2010 at 06:44, Bill Graham <bi...@gmail.com> wrote:
> Hmm, this doesn't seem to be working for me. I downloaded forrest 0.8
> and got the error below. Any other suggestions?
>
> [billgraham@minotaur:~/svn/chukwa/site]$ ant
> -Dforrest.home=/home/billgraham/forrest -Djava5.home=/usr/local
> Buildfile: build.xml
>
> clean:
>
> update:
>
> BUILD FAILED
> /x1/home/billgraham/svn/chukwa/site/build.xml:6: Execute failed:
> java.io.IOException: Cannot run program "forrest" (in directory
> "/x1/home/billgraham/svn/chukwa/site/author"): java.io.IOException:
> error=2, No such file or directory
>
> Total time: 0 seconds
>
>
> I verified that home/billgraham/forrest/bin/forrest executes properly.
> Also, I assume you meant to include '-D' in front of the params to
> ant.
>
>
>
> On Wed, Sep 8, 2010 at 5:56 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
>> Make changes locally:
>>
>> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>>
>> Make any modification that is necessary to the xml file, then run:
>>
>> ant —forrest.home=/path/to/forrest_home —java5.home=/path/to/java5_home
>>
>> This generates the document in publish directory, and commit those changes
>> back to svn.
>>
>> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
>>
>> And run: svn update
>>
>> I think we just need to have incubator to add us into the incubator group
>> and then we can do svn checkout in /www/incubator.apache.org/chukwa to have
>> full docs working and in the right place.
>>
>> Regards,
>> Eric
>>
>> On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:
>>
>> Got it, thanks. I saw that dir and wasn't sure how it got updated.
>>
>> To summarize then, the process is:
>>
>> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>> 2. Update and commit
>> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>>
>>
>> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>>
>>> Fixing the website would be awesome of you.
>>>
>>> There is a second step: you need to cd to:
>>>
>>> people.apache.org:/www/hadoop.apache.org/chukwa
>>>
>>> And then do an svn co.  That pulls out the compiled html from .../site.
>>>
>>>
>>>
>>> --Ari
>>>
>>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>>> > hi,
>>> >
>>> > I'd like to change the fix all the broken links to documentation, the
>>> > privacy policy, release notes, etc that are currently on
>>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>>> > gets updated. Can someone please provide pointers?
>>> >
>>> > Do I just need to modify the content at
>>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>>> > there another publish step required?
>>> >
>>> >
>>> >
>>> > thanks,
>>> > Bill
>>> >
>>>
>>>
>>>
>>> --
>>> Ari Rabkin asrabkin@gmail.com
>>> UC Berkeley Computer Science Department
>>
>>
>

Re: Updating site docs

Posted by Bill Graham <bi...@gmail.com>.
Hmm, this doesn't seem to be working for me. I downloaded forrest 0.8
and got the error below. Any other suggestions?

[billgraham@minotaur:~/svn/chukwa/site]$ ant
-Dforrest.home=/home/billgraham/forrest -Djava5.home=/usr/local
Buildfile: build.xml

clean:

update:

BUILD FAILED
/x1/home/billgraham/svn/chukwa/site/build.xml:6: Execute failed:
java.io.IOException: Cannot run program "forrest" (in directory
"/x1/home/billgraham/svn/chukwa/site/author"): java.io.IOException:
error=2, No such file or directory

Total time: 0 seconds


I verified that home/billgraham/forrest/bin/forrest executes properly.
Also, I assume you meant to include '-D' in front of the params to
ant.



On Wed, Sep 8, 2010 at 5:56 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
> Make changes locally:
>
> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
>
> Make any modification that is necessary to the xml file, then run:
>
> ant —forrest.home=/path/to/forrest_home —java5.home=/path/to/java5_home
>
> This generates the document in publish directory, and commit those changes
> back to svn.
>
> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
>
> And run: svn update
>
> I think we just need to have incubator to add us into the incubator group
> and then we can do svn checkout in /www/incubator.apache.org/chukwa to have
> full docs working and in the right place.
>
> Regards,
> Eric
>
> On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:
>
> Got it, thanks. I saw that dir and wasn't sure how it got updated.
>
> To summarize then, the process is:
>
> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
> 2. Update and commit
> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>
>
> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>
>> Fixing the website would be awesome of you.
>>
>> There is a second step: you need to cd to:
>>
>> people.apache.org:/www/hadoop.apache.org/chukwa
>>
>> And then do an svn co.  That pulls out the compiled html from .../site.
>>
>>
>>
>> --Ari
>>
>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>> > hi,
>> >
>> > I'd like to change the fix all the broken links to documentation, the
>> > privacy policy, release notes, etc that are currently on
>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>> > gets updated. Can someone please provide pointers?
>> >
>> > Do I just need to modify the content at
>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>> > there another publish step required?
>> >
>> >
>> >
>> > thanks,
>> > Bill
>> >
>>
>>
>>
>> --
>> Ari Rabkin asrabkin@gmail.com
>> UC Berkeley Computer Science Department
>
>

Re: Updating site docs

Posted by Eric Yang <ey...@yahoo-inc.com>.
Thanks Owen.

Regards,
Eric


On 9/9/10 4:00 PM, "Owen O'Malley" <om...@apache.org> wrote:

I've added the redirect from the Hadoop site. It should hit in the
next 24 hours. When it does, I'll go ahead and delete the chukwa site
from /www/hadoop.apache.org/.

-- Owen


Re: Updating site docs

Posted by Owen O'Malley <om...@apache.org>.
I've added the redirect from the Hadoop site. It should hit in the
next 24 hours. When it does, I'll go ahead and delete the chukwa site
from /www/hadoop.apache.org/.

-- Owen

Re: Updating site docs

Posted by Owen O'Malley <om...@apache.org>.
On Sep 9, 2010, at 7:12 AM, Bill Graham wrote:

> More TODOs:
>
> - Fix remaining bad links on incubator project page. I can take care  
> of this.
> - Get hadoop.apache.org/chukwa to redirect to
> incubator.apache.org.chukwa. Not sure the easiest way to do this.
> Could we do this with .htaccess files? If we could do this, maybe we
> don't need to trouble the Hadoop folks with changing links?

I'll get that done. We've used .htaccess to redirect the other  
subprojects, so it is clear how to do that.

-- Owen

Re: Updating site docs

Posted by Bill Graham <bi...@gmail.com>.
More TODOs:

- Fix remaining bad links on incubator project page. I can take care of this.
- Get hadoop.apache.org/chukwa to redirect to
incubator.apache.org.chukwa. Not sure the easiest way to do this.
Could we do this with .htaccess files? If we could do this, maybe we
don't need to trouble the Hadoop folks with changing links?

On Thu, Sep 9, 2010 at 3:05 AM, Bernd Fondermann
<be...@googlemail.com> wrote:
> On Thu, Sep 9, 2010 at 08:46, Bill Graham <bi...@gmail.com> wrote:
>> I went to people.apache.org:/www/incubator.apache.org and didn't see
>> chukwa so I tried svn co again:
>>
>>  svn co http://svn.apache.org/repos/asf/incubator/chukwa/site/publish chukwa
>>
>> Let's see if this does the trick. I also corrected the email aliases
>> on this page and tried to commit/update as a test:
>>
>> http://incubator.apache.org/projects/chukwa.html
>>
>> Let's see if this takes too...
>>
>> On Wed, Sep 8, 2010 at 9:03 PM, William A. Rowe Jr. <wr...@rowe-clan.net> wrote:
>>> On 9/8/2010 7:56 PM, Eric Yang wrote:
>>>>
>>>> I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.
>>>
>>> FWIW - the /x1/www/incubator.a.o/ space says it's svn origin is
>>>
>>> http://svn.apache.org/repos/asf/incubator/public/trunk/site-publish
>
> Site is coming up fine in my browser.
> Todos:
> + Trick Hadoop people into linking to the new Incubator-based Chukwa
> website and remove the Hadoop-hosted site.
> + Put "-incubating" disclaimers on
>
>  Bernd
>

Re: Updating site docs

Posted by Bernd Fondermann <be...@googlemail.com>.
On Thu, Sep 9, 2010 at 08:46, Bill Graham <bi...@gmail.com> wrote:
> I went to people.apache.org:/www/incubator.apache.org and didn't see
> chukwa so I tried svn co again:
>
>  svn co http://svn.apache.org/repos/asf/incubator/chukwa/site/publish chukwa
>
> Let's see if this does the trick. I also corrected the email aliases
> on this page and tried to commit/update as a test:
>
> http://incubator.apache.org/projects/chukwa.html
>
> Let's see if this takes too...
>
> On Wed, Sep 8, 2010 at 9:03 PM, William A. Rowe Jr. <wr...@rowe-clan.net> wrote:
>> On 9/8/2010 7:56 PM, Eric Yang wrote:
>>>
>>> I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.
>>
>> FWIW - the /x1/www/incubator.a.o/ space says it's svn origin is
>>
>> http://svn.apache.org/repos/asf/incubator/public/trunk/site-publish

Site is coming up fine in my browser.
Todos:
+ Trick Hadoop people into linking to the new Incubator-based Chukwa
website and remove the Hadoop-hosted site.
+ Put "-incubating" disclaimers on

  Bernd

Re: Updating site docs

Posted by Bill Graham <bi...@gmail.com>.
I went to people.apache.org:/www/incubator.apache.org and didn't see
chukwa so I tried svn co again:

 svn co http://svn.apache.org/repos/asf/incubator/chukwa/site/publish chukwa

Let's see if this does the trick. I also corrected the email aliases
on this page and tried to commit/update as a test:

http://incubator.apache.org/projects/chukwa.html

Let's see if this takes too...

On Wed, Sep 8, 2010 at 9:03 PM, William A. Rowe Jr. <wr...@rowe-clan.net> wrote:
> On 9/8/2010 7:56 PM, Eric Yang wrote:
>>
>> I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.
>
> FWIW - the /x1/www/incubator.a.o/ space says it's svn origin is
>
> http://svn.apache.org/repos/asf/incubator/public/trunk/site-publish
>

Re: Updating site docs

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 9/8/2010 7:56 PM, Eric Yang wrote:
> 
> I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.

FWIW - the /x1/www/incubator.a.o/ space says it's svn origin is

http://svn.apache.org/repos/asf/incubator/public/trunk/site-publish

Re: Updating site docs

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 9/8/2010 7:56 PM, Eric Yang wrote:
> Make changes locally:
> 
> svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
> 
> Make any modification that is necessary to the xml file, then run:
> 
> ant -forrest.home=/path/to/forrest_home -java5.home=/path/to/java5_home
> 
> This generates the document in publish directory, and commit those changes back to svn.
> 
> Then go to people.apache.org:/www/hadoop.apache.org/chukwa
> 
> And run: svn update
> 
> I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.

Done, maybe :)  svn up in incubator.a.o space says in-sync.

Re: Updating site docs

Posted by Eric Yang <ey...@yahoo-inc.com>.
Make changes locally:

svn co http://svn.apache.org/repos/asf/incubator/chukwa/site

Make any modification that is necessary to the xml file, then run:

ant -forrest.home=/path/to/forrest_home -java5.home=/path/to/java5_home

This generates the document in publish directory, and commit those changes back to svn.

Then go to people.apache.org:/www/hadoop.apache.org/chukwa

And run: svn update

I think we just need to have incubator to add us into the incubator group and then we can do svn checkout in /www/incubator.apache.org/chukwa to have full docs working and in the right place.

Regards,
Eric

On 9/8/10 4:59 PM, "Bill Graham" <bi...@gmail.com> wrote:

Got it, thanks. I saw that dir and wasn't sure how it got updated.

To summarize then, the process is:

1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
2. Update and commit
3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa


On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>
> Fixing the website would be awesome of you.
>
> There is a second step: you need to cd to:
>
> people.apache.org:/www/hadoop.apache.org/chukwa
>
> And then do an svn co.  That pulls out the compiled html from .../site.
>
>
>
> --Ari
>
> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
> > hi,
> >
> > I'd like to change the fix all the broken links to documentation, the
> > privacy policy, release notes, etc that are currently on
> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
> > gets updated. Can someone please provide pointers?
> >
> > Do I just need to modify the content at
> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
> > there another publish step required?
> >
> >
> >
> > thanks,
> > Bill
> >
>
>
>
> --
> Ari Rabkin asrabkin@gmail.com
> UC Berkeley Computer Science Department


Re: Updating site docs

Posted by Bill Graham <bi...@gmail.com>.
Got it, thanks. I saw that dir and wasn't sure how it got updated.

To summarize then, the process is:

1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
2. Update and commit
3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa


On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>
> Fixing the website would be awesome of you.
>
> There is a second step: you need to cd to:
>
> people.apache.org:/www/hadoop.apache.org/chukwa
>
> And then do an svn co.  That pulls out the compiled html from .../site.
>
>
>
> --Ari
>
> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
> > hi,
> >
> > I'd like to change the fix all the broken links to documentation, the
> > privacy policy, release notes, etc that are currently on
> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
> > gets updated. Can someone please provide pointers?
> >
> > Do I just need to modify the content at
> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
> > there another publish step required?
> >
> >
> >
> > thanks,
> > Bill
> >
>
>
>
> --
> Ari Rabkin asrabkin@gmail.com
> UC Berkeley Computer Science Department

Re: Updating site docs

Posted by Ariel Rabkin <as...@gmail.com>.
Yes.  I believe that is correct.

--Ari

On Wed, Sep 8, 2010 at 4:48 PM, Bill Graham <bi...@gmail.com> wrote:
> Got it, thanks. I saw that dir and wasn't sure how it got updated.
> To summarize then, the process is:
> 1. svn co http://svn.apache.org/repos/asf/incubator/chukwa/site
> 2. Update and commit
> 3. svn update from people.apache.org:/www/hadoop.apache.org/chukwa
>
>
> On Wed, Sep 8, 2010 at 1:28 PM, Ariel Rabkin <as...@gmail.com> wrote:
>>
>> Fixing the website would be awesome of you.
>>
>> There is a second step: you need to cd to:
>>
>> people.apache.org:/www/hadoop.apache.org/chukwa
>>
>> And then do an svn co.  That pulls out the compiled html from .../site.
>>
>>
>>
>> --Ari
>>
>> On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
>> > hi,
>> >
>> > I'd like to change the fix all the broken links to documentation, the
>> > privacy policy, release notes, etc that are currently on
>> > http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
>> > gets updated. Can someone please provide pointers?
>> >
>> > Do I just need to modify the content at
>> > http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
>> > there another publish step required?
>> >
>> >
>> >
>> > thanks,
>> > Bill
>> >
>>
>>
>>
>> --
>> Ari Rabkin asrabkin@gmail.com
>> UC Berkeley Computer Science Department
>
>



-- 
Ari Rabkin asrabkin@gmail.com
UC Berkeley Computer Science Department

Re: Updating site docs

Posted by Ariel Rabkin <as...@gmail.com>.
Fixing the website would be awesome of you.

There is a second step: you need to cd to:

people.apache.org:/www/hadoop.apache.org/chukwa

And then do an svn co.  That pulls out the compiled html from .../site.



--Ari

On Wed, Sep 8, 2010 at 12:32 PM, Bill Graham <bi...@gmail.com> wrote:
> hi,
>
> I'd like to change the fix all the broken links to documentation, the
> privacy policy, release notes, etc that are currently on
> http://hadoop.apache.org/chukwa, but I'm not sure how this documentation
> gets updated. Can someone please provide pointers?
>
> Do I just need to modify the content at
> http://svn.apache.org/repos/asf/incubator/chukwa/site and commit, or is
> there another publish step required?
>
>
>
> thanks,
> Bill
>



-- 
Ari Rabkin asrabkin@gmail.com
UC Berkeley Computer Science Department