[SAC] [OSGeo] #2640: docs.geoserver.org website request
OSGeo
trac_osgeo at osgeo.org
Sun Sep 19 17:15:34 PDT 2021
#2640: docs.geoserver.org website request
---------------------------+----------------------------------------
Reporter: jive | Owner: sac@…
Type: task | Status: new
Priority: normal | Milestone: Sysadmin Contract 2021-II
Component: Systems Admin | Resolution:
Keywords: |
---------------------------+----------------------------------------
Comment (by robe):
jive,
I moved geos.osgeo.org (will take a while for that change to propagate),
and the new libgeos.org to the new server. You can see the published docs
here https://libgeos.org/doxygen
To test via jenkins I have a job here:
https://debbie.postgis.net/view/GEOS/job/GEOS%20Publish%20Docs%20and%20Snapshot/
Which is admittedly a simple script but intent was just to test login and
run of script (your last part). I assume your scp stuff will work if that
works.
The script just has this:
{{{
HOST=debbie at geo-docs
ssh -oStrictHostKeyChecking=no $HOST "./geos-cron.sh"
}}}
In order to get that to work in the server I have jenkins running under
the account jenkins runs under. I created a .ssh/config file that has
this in it:
-- geotools is already a shell account (but might need the key registered
in ldap to pass thru the hop server) (debbie I added to shell group and
registered her pub key on her profile - https://id.osgeo.org/ldap/edit
(logging in with her account)
{{{
Host geo-docs
ProxyCommand ssh debbie at hop.osgeo3.osgeo.org -W geo-docs:%p
}}}
In your case it would be:
{{{
Host geo-docs
ProxyCommand ssh geotools at hop.osgeo3.osgeo.org -W geo-docs:%p
}}}
Let me know if this is doable for you. If you are able to publish I'll
move forward with getting the site ready (we can do a test drive with
something like docs.geoserver.osgeo.org, docs.geotools.osgeo.org etc.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2640#comment:5>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list