[SAC] question about docs.geotools.org

Quick question about docs.geotools.org and how it is published.

The directory /osgeo/geotools/htdocs is used by several scripts to unpack generated documentation for publication.

I have unpacked an html export of the codehaus wiki to /osgeo/geotools/htdocs/wiki and would like to make this available … as old.geotools.org :slight_smile:

···


Jody Garnett

Jody,

It looks like we can accomplish this with a new VirtualHost clause in
/etc/apache2/sites-available/docs.geotools.org.conf or I suppose
better a new old.geotools.org.conf in that directory. I presume we
also need to update pairnic to point old.geotools.org to this server?
Is there a corresponding SAC ticket? Or shall I just try and go ahead
and implement this?

Best regards,
Frank

On Wed, Mar 25, 2015 at 5:27 PM, Jody Garnett <jody.garnett@gmail.com> wrote:

Quick question about docs.geotools.org and how it is published.

The directory /osgeo/geotools/htdocs is used by several scripts to unpack
generated documentation for publication.

I have unpacked an html export of the codehaus wiki to
/osgeo/geotools/htdocs/wiki and would like to make this available ... as
old.geotools.org :slight_smile:

--
Jody Garnett

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer

I have not made a trac ticket as I was hoping to learn how to do this - course reading your reply I am now intimidated and wonder what pairing is :slight_smile:

http://docs.geotools.org/old would also work, I just want it somewhere that can be accessed.

When geoserver made this transition the old wiki ended up at http://old.geoserver.org

···

On 25 March 2015 at 19:44, Frank Warmerdam <warmerdam@pobox.com> wrote:

Jody,

It looks like we can accomplish this with a new VirtualHost clause in
/etc/apache2/sites-available/docs.geotools.org.conf or I suppose
better a new old.geotools.org.conf in that directory. I presume we
also need to update pairnic to point old.geotools.org to this server?
Is there a corresponding SAC ticket? Or shall I just try and go ahead
and implement this?

Best regards,
Frank

On Wed, Mar 25, 2015 at 5:27 PM, Jody Garnett <jody.garnett@gmail.com> wrote:

Quick question about docs.geotools.org and how it is published.

The directory /osgeo/geotools/htdocs is used by several scripts to unpack
generated documentation for publication.

I have unpacked an html export of the codehaus wiki to
/osgeo/geotools/htdocs/wiki and would like to make this available … as
old.geotools.org :slight_smile:


Jody Garnett


Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac


---------------------------------------±-------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer


Jody Garnett

On Thu, Mar 26, 2015 at 5:22 PM, Jody Garnett <jody.garnett@gmail.com> wrote:

I have not made a trac ticket as I was hoping to learn how to do this -
course reading your reply I am now intimidated and wonder what pairing is :slight_smile:

Jody,

Ah, you would like to do it. It should be quite easy. I see you already have
sudo access.

You should be able to copy /etc/apache2/sites-available/docs.geotools.org.conf
tp /etc/apache2/sites-available/old.geotools.org.conf and then edit it in ways
that are hopefully fairly obvious.

After that make sure there is a soft link to it in the
/etc/apache2/sites-enabled directory (see the others for examples).

After that you should be able to restart apache like:

/usr/sbin/apache2ctl graceful

It won't work till the old.geotools.org domain is setup under
geotools.org. Our domain registrar is "pairnic". I'll try to do that
part right now, and let you know.

Best regards,
Frank

http://docs.geotools.org/old would also work, I just want it somewhere that
can be accessed.

When geoserver made this transition the old wiki ended up at
http://old.geoserver.org

--
Jody Garnett

On 25 March 2015 at 19:44, Frank Warmerdam <warmerdam@pobox.com> wrote:

Jody,

It looks like we can accomplish this with a new VirtualHost clause in
/etc/apache2/sites-available/docs.geotools.org.conf or I suppose
better a new old.geotools.org.conf in that directory. I presume we
also need to update pairnic to point old.geotools.org to this server?
Is there a corresponding SAC ticket? Or shall I just try and go ahead
and implement this?

Best regards,
Frank

On Wed, Mar 25, 2015 at 5:27 PM, Jody Garnett <jody.garnett@gmail.com>
wrote:
> Quick question about docs.geotools.org and how it is published.
>
> The directory /osgeo/geotools/htdocs is used by several scripts to
> unpack
> generated documentation for publication.
>
> I have unpacked an html export of the codehaus wiki to
> /osgeo/geotools/htdocs/wiki and would like to make this available ... as
> old.geotools.org :slight_smile:
>
>
>
> --
> Jody Garnett
>
> _______________________________________________
> Sac mailing list
> Sac@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/sac

--

---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam,
warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer

--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer

Thanks Frank, it worked as expected:

···

On 26 March 2015 at 17:48, Frank Warmerdam <warmerdam@pobox.com> wrote:

On Thu, Mar 26, 2015 at 5:22 PM, Jody Garnett <jody.garnett@gmail.com> wrote:

I have not made a trac ticket as I was hoping to learn how to do this -
course reading your reply I am now intimidated and wonder what pairing is :slight_smile:

Jody,

Ah, you would like to do it. It should be quite easy. I see you already have
sudo access.

You should be able to copy /etc/apache2/sites-available/docs.geotools.org.conf
tp /etc/apache2/sites-available/old.geotools.org.conf and then edit it in ways
that are hopefully fairly obvious.

After that make sure there is a soft link to it in the
/etc/apache2/sites-enabled directory (see the others for examples).

After that you should be able to restart apache like:

/usr/sbin/apache2ctl graceful

It won’t work till the old.geotools.org domain is setup under
geotools.org. Our domain registrar is “pairnic”. I’ll try to do that
part right now, and let you know.

Best regards,
Frank

http://docs.geotools.org/old would also work, I just want it somewhere that
can be accessed.

When geoserver made this transition the old wiki ended up at
http://old.geoserver.org


Jody Garnett

On 25 March 2015 at 19:44, Frank Warmerdam <warmerdam@pobox.com> wrote:

Jody,

It looks like we can accomplish this with a new VirtualHost clause in
/etc/apache2/sites-available/docs.geotools.org.conf or I suppose
better a new old.geotools.org.conf in that directory. I presume we
also need to update pairnic to point old.geotools.org to this server?
Is there a corresponding SAC ticket? Or shall I just try and go ahead
and implement this?

Best regards,
Frank

On Wed, Mar 25, 2015 at 5:27 PM, Jody Garnett <jody.garnett@gmail.com>
wrote:

Quick question about docs.geotools.org and how it is published.

The directory /osgeo/geotools/htdocs is used by several scripts to
unpack
generated documentation for publication.

I have unpacked an html export of the codehaus wiki to
/osgeo/geotools/htdocs/wiki and would like to make this available … as
old.geotools.org :slight_smile:


Jody Garnett


Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

---------------------------------------±-------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam,
warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer


---------------------------------------±-------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Software Developer


Jody Garnett