[pgrouting-dev] Access to http://imaptools.com:8081/pgr2-doc/src/trsp/doc/index.html is timing out

Hi,

I have tried to access this site several times

I get a timeout event reports :frowning:

Is there a problem?

Dave.

On 7/28/2013 4:20 AM, Dave Potts wrote:

Hi,

I have tried to access this site several times

I get a timeout event reports :frowning:

Is there a problem?

A/C died and I've had to power down some servers to manage the heat. I just powered it back up but is will probably get shut back down. I'll copy the doc to another server and post a new link. It is likely that I'll take all the servers down to blow the dust out of them at some point today. We have had a heat-wave and the A/C server is backup and the earliest I can get them in here is Tuesday. :frowning:

-Steve

On 7/28/2013 9:11 AM, Stephen Woodbridge wrote:

On 7/28/2013 4:20 AM, Dave Potts wrote:

Hi,

I have tried to access this site several times

I get a timeout event reports :frowning:

Is there a problem?

A/C died and I've had to power down some servers to manage the heat. I
just powered it back up but is will probably get shut back down. I'll
copy the doc to another server and post a new link. It is likely that
I'll take all the servers down to blow the dust out of them at some
point today. We have had a heat-wave and the A/C server is backup and
the earliest I can get them in here is Tuesday. :frowning:

I've also placed a copy temporarily at:
http://imaptools.com:8080/pgr2-doc/src/trsp/doc/index.html

Daniel - What is the process to update the main gh-pages?

-Steve

On Sun, Jul 28, 2013 at 10:52 PM, Stephen Woodbridge <
woodbri@swoodbridge.com> wrote:

On 7/28/2013 9:11 AM, Stephen Woodbridge wrote:

On 7/28/2013 4:20 AM, Dave Potts wrote:

Hi,

I have tried to access this site several times

I get a timeout event reports :frowning:

Is there a problem?

A/C died and I've had to power down some servers to manage the heat. I
just powered it back up but is will probably get shut back down. I'll
copy the doc to another server and post a new link. It is likely that
I'll take all the servers down to blow the dust out of them at some
point today. We have had a heat-wave and the A/C server is backup and
the earliest I can get them in here is Tuesday. :frowning:

I've also placed a copy temporarily at:
http://imaptools.com:8080/**pgr2-doc/src/trsp/doc/index.**html&lt;http://imaptools.com:8080/pgr2-doc/src/trsp/doc/index.html&gt;

Daniel - What is the process to update the main gh-pages?

It's very easy and documented in the Readme of gh-pages branch itself:
https://github.com/pgrouting/pgrouting/tree/gh-pages
(maybe too perfect place to not be able to find it :wink:

In general every HTML that gets pushed to gh-pages branch will become
available in http://docs.pgrouting.org
So the only thing you have to do manually is to replace the "dev" directory
with the "build/html" directory and commit and push.
(It's a bit more complicated if you want to add a new item to the
index.html page, such as rc1, beta, etc.)

.gitignore in the gh-branch should be configured correct to not publish the
build directory for example.
I don't know there is a way to run this automatically. Maybe it could be
done from the Travis build script.

Daniel

On Mon, Jul 29, 2013 at 12:45 AM, Daniel Kastl <daniel@georepublic.de>wrote:

On Sun, Jul 28, 2013 at 10:52 PM, Stephen Woodbridge <
woodbri@swoodbridge.com> wrote:

On 7/28/2013 9:11 AM, Stephen Woodbridge wrote:

On 7/28/2013 4:20 AM, Dave Potts wrote:

Hi,

I have tried to access this site several times

I get a timeout event reports :frowning:

Is there a problem?

A/C died and I've had to power down some servers to manage the heat. I
just powered it back up but is will probably get shut back down. I'll
copy the doc to another server and post a new link. It is likely that
I'll take all the servers down to blow the dust out of them at some
point today. We have had a heat-wave and the A/C server is backup and
the earliest I can get them in here is Tuesday. :frowning:

I've also placed a copy temporarily at:
http://imaptools.com:8080/**pgr2-doc/src/trsp/doc/index.**html&lt;http://imaptools.com:8080/pgr2-doc/src/trsp/doc/index.html&gt;

Daniel - What is the process to update the main gh-pages?

It's very easy and documented in the Readme of gh-pages branch itself:
https://github.com/pgrouting/pgrouting/tree/gh-pages
(maybe too perfect place to not be able to find it :wink:

In general every HTML that gets pushed to gh-pages branch will become
available in http://docs.pgrouting.org
So the only thing you have to do manually is to replace the "dev"
directory with the "build/html" directory and commit and push.
(It's a bit more complicated if you want to add a new item to the
index.html page, such as rc1, beta, etc.)

.gitignore in the gh-branch should be configured correct to not publish
the build directory for example.
I don't know there is a way to run this automatically. Maybe it could be
done from the Travis build script.

I forgot that with PDF and MAN a few more steps are required as you also
have to copy the new versions into the "dev" directory.

Daniel

--
Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.de

On 7/28/2013 11:48 AM, Daniel Kastl wrote:

On Mon, Jul 29, 2013 at 12:45 AM, Daniel Kastl <daniel@georepublic.de
<mailto:daniel@georepublic.de>> wrote:

    On Sun, Jul 28, 2013 at 10:52 PM, Stephen Woodbridge
    <woodbri@swoodbridge.com <mailto:woodbri@swoodbridge.com>> wrote:

        On 7/28/2013 9:11 AM, Stephen Woodbridge wrote:

            On 7/28/2013 4:20 AM, Dave Potts wrote:

                Hi,

                I have tried to access this site several times

                I get a timeout event reports :frowning:

                Is there a problem?

            A/C died and I've had to power down some servers to manage
            the heat. I
            just powered it back up but is will probably get shut back
            down. I'll
            copy the doc to another server and post a new link. It is
            likely that
            I'll take all the servers down to blow the dust out of them
            at some
            point today. We have had a heat-wave and the A/C server is
            backup and
            the earliest I can get them in here is Tuesday. :frowning:

        I've also placed a copy temporarily at:
        http://imaptools.com:8080/__pgr2-doc/src/trsp/doc/index.__html
        <http://imaptools.com:8080/pgr2-doc/src/trsp/doc/index.html&gt;

        Daniel - What is the process to update the main gh-pages?

    It's very easy and documented in the Readme of gh-pages branch itself:
    https://github.com/pgrouting/pgrouting/tree/gh-pages
    (maybe too perfect place to not be able to find it :wink:

    In general every HTML that gets pushed to gh-pages branch will
    become available in http://docs.pgrouting.org
    So the only thing you have to do manually is to replace the "dev"
    directory with the "build/html" directory and commit and push.
    (It's a bit more complicated if you want to add a new item to the
    index.html page, such as rc1, beta, etc.)

    .gitignore in the gh-branch should be configured correct to not
    publish the build directory for example.
    I don't know there is a way to run this automatically. Maybe it
    could be done from the Travis build script.

I forgot that with PDF and MAN a few more steps are required as you also
have to copy the new versions into the "dev" directory.

I have added a script tools/publish-doc that will automate this and make it easier for me to do this. Basically took you description gtom the gh-pages readme. So now you(I) can do:

tools/doit
tools/publish.sh

New docs have been pushed. My servers will probably get shut down sometime soon as the heat is rising.

-Steve

On Mon, Jul 29, 2013 at 1:36 AM, Stephen Woodbridge <woodbri@swoodbridge.com

wrote:

On 7/28/2013 11:48 AM, Daniel Kastl wrote:

On Mon, Jul 29, 2013 at 12:45 AM, Daniel Kastl <daniel@georepublic.de
<mailto:daniel@georepublic.de>**> wrote:

    On Sun, Jul 28, 2013 at 10:52 PM, Stephen Woodbridge
    <woodbri@swoodbridge.com <mailto:woodbri@swoodbridge.**com<woodbri@swoodbridge.com>>>
wrote:

        On 7/28/2013 9:11 AM, Stephen Woodbridge wrote:

            On 7/28/2013 4:20 AM, Dave Potts wrote:

                Hi,

                I have tried to access this site several times

                I get a timeout event reports :frowning:

                Is there a problem?

            A/C died and I've had to power down some servers to manage
            the heat. I
            just powered it back up but is will probably get shut back
            down. I'll
            copy the doc to another server and post a new link. It is
            likely that
            I'll take all the servers down to blow the dust out of them
            at some
            point today. We have had a heat-wave and the A/C server is
            backup and
            the earliest I can get them in here is Tuesday. :frowning:

        I've also placed a copy temporarily at:
        http://imaptools.com:8080/__**pgr2-doc/src/trsp/doc/index.__**
html <http://imaptools.com:8080/__pgr2-doc/src/trsp/doc/index.__html&gt;

        <http://imaptools.com:8080/**pgr2-doc/src/trsp/doc/index.**html&lt;http://imaptools.com:8080/pgr2-doc/src/trsp/doc/index.html&gt;
>

        Daniel - What is the process to update the main gh-pages?

    It's very easy and documented in the Readme of gh-pages branch itself:
    https://github.com/pgrouting/**pgrouting/tree/gh-pages&lt;https://github.com/pgrouting/pgrouting/tree/gh-pages&gt;
    (maybe too perfect place to not be able to find it :wink:

    In general every HTML that gets pushed to gh-pages branch will
    become available in http://docs.pgrouting.org
    So the only thing you have to do manually is to replace the "dev"
    directory with the "build/html" directory and commit and push.
    (It's a bit more complicated if you want to add a new item to the
    index.html page, such as rc1, beta, etc.)

    .gitignore in the gh-branch should be configured correct to not
    publish the build directory for example.
    I don't know there is a way to run this automatically. Maybe it
    could be done from the Travis build script.

I forgot that with PDF and MAN a few more steps are required as you also
have to copy the new versions into the "dev" directory.

I have added a script tools/publish-doc that will automate this and make
it easier for me to do this. Basically took you description gtom the
gh-pages readme. So now you(I) can do:

tools/doit
tools/publish.sh

New docs have been pushed. My servers will probably get shut down sometime
soon as the heat is rising.

We can probably add this to the Travis script, too.
I just don't want to run it for each test, because the documentation will
not change.

Daniel

--
Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.de