You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if you don't want to log out and in to activate the change to group
75
+
newgrp docker
76
+
# set docker proxies by updating `/etc/systemd/system/docker.service.d/http-proxy.conf`
77
+
sudo apt-get install rustc
78
+
```
78
79
79
-
6. Hostname of the target machine resolves to the correct IP.
80
+
5. Ensure that the hostname of the target machine resolves to the correct IP.
80
81
81
-
7. Remove any old installation of KNIX
82
+
6. Remove any old installation of KNIX
82
83
83
84
```bash
84
85
cd /opt/knix
@@ -88,9 +89,6 @@ or:
88
89
sudo rm -rf knix
89
90
```
90
91
91
-
*Note: If you find something wrong or missing, please consider opening an issue on [GitHub](https://github.com/knix-microfunctions/knix) and/or letting us know in our [Slack workspace](https://knix.slack.com). Thank you!*
92
-
93
-
94
92
## Installation Steps (to be executed on host machine)
95
93
96
94
1. Create an `ansible.cfg` file
@@ -119,8 +117,8 @@ or:
119
117
# For a single remote host installation, the hostname should be added to all groups.
120
118
121
119
# For a cluster of hosts (preferably 3 or more), all host names must be added to [riak] group.
122
-
# Hosts with a NVIDIA GPU should be added to group [gpu_workstations] so that they can be used by KNIX workflow deployments.
123
-
# Only one host name (referred to as the <nginx-hostname>) should be added for other groups [elasticsearch], [management], [triggers_frontend], and [nginx].
120
+
#[nginx] and [elasticsearch] group should contain a single host.
121
+
#At least one host should be in [management]and [triggers_frontend] group.
124
122
```
125
123
126
124
3. Update `settings.json`
@@ -142,5 +140,8 @@ or:
142
140
```bash
143
141
make
144
142
```
143
+
6. Check *.log files for any errors
144
+
145
+
7. After installation, open a browser and access `http://<nginx-hostname>:<nginx_http_listen_port>/`
145
146
146
-
6. After installation, open a browser and access `http://<nginx-hostname>:<nginx_http_listen_port>/`
147
+
*Note: If you find something wrong or missing, please consider opening an issue on [GitHub](https://github.com/knix-microfunctions/knix) and/or letting us know in our [Slack workspace](https://knix.slack.com). Thank you!*
0 commit comments