Skip to content
Snippets Groups Projects
Commit ead71119 authored by Ivan Kondov's avatar Ivan Kondov
Browse files

adapted the launchpad to the new pymongo schema for SSH

parent c29d234b
No related branches found
No related tags found
No related merge requests found
...@@ -65,21 +65,21 @@ If you intend to run the rocket launchers on a remote computing cluster then ...@@ -65,21 +65,21 @@ If you intend to run the rocket launchers on a remote computing cluster then
you can configure a launchpad file for an existing FireServer. you can configure a launchpad file for an existing FireServer.
In this case you should create a launchpad configuration file named In this case you should create a launchpad configuration file named
**launchpad.yaml** in the folder **$HOME/.fireworks** (create this folder if **launchpad.yaml** in the folder **$HOME/.fireworks** (create this folder if
necessary). The file must have the following contents:: necessary). The file must have the following contents:
.. code-block:: yaml
host: <hostname of the FireServer> host: <hostname of the FireServer>
port: 27017 port: 27017
name: <database name> name: <database name>
username: <your username> username: <your username>
password: <your password> password: <your password>
ssl: true mongoclient_kwargs:
ssl_ca_certs: <path to root CA certificate> tls: true
tlsCAFile: <absolute path to CA certificate>
The root CA certficate can be downloaded from this URL tlsCertificateKeyFile: <absolute path to client certificate>
http://www.gridka.de/ca/dd4b34ea.pem and installed locally. The full path to the
certificate file must be configured in the launchpad file.
You will get the hostname, username and password from the instructors. In the You will get the two certificates, hostname, username and password from the instructors. In the
folder **$HOME/.fireworks** the fireworks configuration file folder **$HOME/.fireworks** the fireworks configuration file
**FW_config.yaml** must be created with the following command:: **FW_config.yaml** must be created with the following command::
...@@ -139,4 +139,4 @@ The packages ImageMagick and Eye of GNOME (eog) are necessary for Exercise 3:: ...@@ -139,4 +139,4 @@ The packages ImageMagick and Eye of GNOME (eog) are necessary for Exercise 3::
If editors like ``vi`` or ``nano`` are not preferred, more advanced editors may If editors like ``vi`` or ``nano`` are not preferred, more advanced editors may
be installed, e.g.:: be installed, e.g.::
sudo apt-get install gedit emacs sudo apt-get install gedit emacs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment