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
# When installing master/dev builds, the packages are slightly different and you just need to change the last 2 steps to:
15
+
When installing master/dev builds, the packages are slightly different and you just need to change the last 2 steps to:
16
+
```
13
17
apt-get install -y hifi-dev-domain-server
14
18
apt-get install -y hifi-dev-assignment-client
19
+
```
15
20
16
-
# domain server and assignment clients should already be running. The processes are controlled via:
21
+
Domain server and assignment clients should already be running. The processes are controlled via:
22
+
```
17
23
systemctl start hifi-domain-server
18
24
systemctl stop hifi-domain-server
25
+
```
26
+
27
+
Once the machine is setup and processes are running, you should ensure that your firewall exposes port 40100 on TCP and all UDP ports. This will get your domain up and running and you could connect to it (for now) by using High Fidelity Interface and typing in the IP for the place name. (Further customizations can be done via http://IPAddress:40100).
19
28
20
-
# Once the machine is setup and processes are running you should ensure that your firewall exposes port 40100 on TCP and all UDP ports. This will get your domain up and running and you could connect to it (for now) by using High Fidelity Interface and typing in the IP for the place name. (further customizations can be done via http://IPAddress:40100).
21
-
22
-
# The server always depends on both hifi-domain-server and hifi-assignment-client running at the same time.
23
-
# As an additional step, you should ensure that your packages are automatically updated when a new version goes out. You could, for example, set the automatic update checks to happen every hour (though this could potentially result in the domain being unreachable for a whole hour by new clients when they are released - adjust the update checks accordingly).
29
+
The server always depends on both hifi-domain-server and hifi-assignment-client running at the same time.
30
+
As an additional step, you should ensure that your packages are automatically updated when a new version goes out. You could, for example, set the automatic update checks to happen every hour (though this could potentially result in the domain being unreachable for a whole hour by new clients when they are released - adjust the update checks accordingly).
24
31
To do this you can modify /etc/crontab by adding the following lines
0 commit comments