Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk2450-fireworks-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ivan Kondov
grk2450-fireworks-tutorial
Commits
ead71119
Commit
ead71119
authored
2 years ago
by
Ivan Kondov
Browse files
Options
Downloads
Patches
Plain Diff
adapted the launchpad to the new pymongo schema for SSH
parent
c29d234b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/setup.rst
+9
-9
9 additions, 9 deletions
docs/setup.rst
with
9 additions
and
9 deletions
docs/setup.rst
+
9
−
9
View file @
ead71119
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment