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
you can configure a launchpad file for an existing FireServer.
In this case you should create a launchpad configuration file named
**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>
port: 27017
name: <database name>
username: <your username>
password: <your password>
ssl: true
ssl_ca_certs: <path to root CA certificate>
The root CA certficate can be downloaded from this URL
http://www.gridka.de/ca/dd4b34ea.pem and installed locally. The full path to the
certificate file must be configured in the launchpad file.
mongoclient_kwargs:
tls: true
tlsCAFile: <absolute path to CA certificate>
tlsCertificateKeyFile: <absolute path to client certificate>
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
**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::
If editors like ``vi`` or ``nano`` are not preferred, more advanced editors may
be installed, e.g.::
sudo apt-get install gedit emacs
\ No newline at end of file
sudo apt-get install gedit emacs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment