Re: migration of web site to svnpubsub

2013-01-03 Thread Jarek Gawor
If there is no objections I'm going to start filing INFRA tickets to
setup svnpubsub setup for Geronimo. Here's what I think we need:

1) svnpubsub for Geronimo distributions. Basically, svnpubsub location
such as https://dist.apache.org/repos/dist/release/geronimo which will
be populated with the current contents of www.apache.org/dist/geronimo

2) A buildbot setup that exports our wiki pages to svnpubsub location
for our website (running periodically - e.g. nightly).

3) svnpubsub location for our website that contains some static files
such as javadocs, images, css, etc. Something like:
https://svn.apache.org/repos/infra/websites/production/geronimo

Jarek


On Mon, Dec 10, 2012 at 10:36 AM, Kevan Miller kevan.mil...@gmail.com wrote:
 All,
 rsync-based updates of the geronimo web site will be frozen in January (very 
 soon). We must migrate to svnpubsub (and optionally CMS) in order to have a 
 website that we can change (seems like something we'd like to have).

 For more information, see -- http://www.apache.org/dev/project-site.html

 I'm going to have very limited time to do any work on this. Any volunteers?

 --kevan


Re: migration of web site to svnpubsub

2013-01-03 Thread Kevan Miller

On Jan 3, 2013, at 3:25 PM, Jarek Gawor jga...@gmail.com wrote:

 If there is no objections I'm going to start filing INFRA tickets to
 setup svnpubsub setup for Geronimo. Here's what I think we need:
 
 1) svnpubsub for Geronimo distributions. Basically, svnpubsub location
 such as https://dist.apache.org/repos/dist/release/geronimo which will
 be populated with the current contents of www.apache.org/dist/geronimo
 
 2) A buildbot setup that exports our wiki pages to svnpubsub location
 for our website (running periodically - e.g. nightly).
 
 3) svnpubsub location for our website that contains some static files
 such as javadocs, images, css, etc. Something like:
 https://svn.apache.org/repos/infra/websites/production/geronimo

Looks pretty reasonable to me. Though can't say that I've looked at any of this 
in any detail…

Thanks Jarek!

--kevan

Re: migration of web site to svnpubsub

2013-01-03 Thread Jarek Gawor
Here's the plan in a bit more detail.

For the first issue (#1) I already opened
https://issues.apache.org/jira/browse/INFRA-5730 since that should be
easy to do. For the website things a bit more complicated. First and
once we have the svnpubsub for the website (#3) I will svn move
geronimo/site/trunk/docs/* contents into that svn repo - these are the
static files I was talking about before. Then we'll setup the buildbot
to export the wiki (#3). That job will automatically check in the
exported files into the website svnpubsub location.

Once we know the buildbot setup is working ok and the contents of the
websiste svnpubsub look ok then we will ask INFRA to make it official
as the live website. The only thing I'm unsure about right now if
there is a way to preview our new website before we make it official -
so that we can test the redirects, etc.

Jarek


On Thu, Jan 3, 2013 at 3:31 PM, Kevan Miller kevan.mil...@gmail.com wrote:

 On Jan 3, 2013, at 3:25 PM, Jarek Gawor jga...@gmail.com wrote:

 If there is no objections I'm going to start filing INFRA tickets to
 setup svnpubsub setup for Geronimo. Here's what I think we need:

 1) svnpubsub for Geronimo distributions. Basically, svnpubsub location
 such as https://dist.apache.org/repos/dist/release/geronimo which will
 be populated with the current contents of www.apache.org/dist/geronimo

 2) A buildbot setup that exports our wiki pages to svnpubsub location
 for our website (running periodically - e.g. nightly).

 3) svnpubsub location for our website that contains some static files
 such as javadocs, images, css, etc. Something like:
 https://svn.apache.org/repos/infra/websites/production/geronimo

 Looks pretty reasonable to me. Though can't say that I've looked at any of 
 this in any detail…

 Thanks Jarek!

 --kevan