-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update run_systemd.md #4102
base: master
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
docs/molgenis/run_systemd.md
Outdated
@@ -1,7 +1,7 @@ | |||
|
|||
# Install Molgenis emx2 as a system service | |||
We support Redhat and Ubuntu based installations. | |||
|
|||
Before proceeding with the installation, please verify that no instances of Tomcat or PostgreSQL are installed and running on the server. This is crucial to avoid conflicts with our installation process |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tomcat and any other service running on port 8080, right?
```console | ||
sudo apt update | ||
``` | ||
|
||
```console | ||
sudo apt install molgenis-emx2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will only install ubuntu packages versions. These are currently not all versions right?
Please make that clear at the beginning of this manual then.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.