OpenProject

Connecting

The OpenProject instance is running on emmipc008 inside a docker container. It is possible to access this from inside GSI from any registered machine except the interactive lxi* machines.

Just point your browser to http://emmipc008:8180 in order to get the login page.

If this does not work for you, there is also an SSH tunnel forwarding the service to lxi098:8180 and lxi087:8180. So, you can in turn run a local SSH forward from your machine to either lxi098 or lxi087 like so:

ssh -fN lxi098.gsi.de -L 8180:localhost:8180
ssh -fN lxi087.gsi.de -L 8180:localhost:8180

Then point your browser to http://localhost:8180 in order to connect.

If you are on Windows, then Putty has the option to enable port forwarding, when connecting to a host. There is information about this in the putty manual.

Logging in

You should have received your login information by ways of an invitation e-mail. Please check your inbox or spam directory for any e-mail from openproject-video@gsi.de.

If you are trying to click on the link sent via the invitation e-mail, and are using the SSH tunnel described above, please substitute the hostname in the link with localhost.

If this does not help, please send a mail to me b.loeherATgsi.de.

Getting started

A lot of information of how to get started with OpenProject can be found on the official website.