Description of Issue
I don’t know how to execute the installation command for the roon server executable file .sh. Is there a step by step instruction somewhere?
I managed to install the drivers following step by step instructions.
After the Roon server is installed I plan to use Bryston Pi on the network.
Executing an installation command in Terminal is the issue.
The easy installer is a simple way to install Roon Server or Roon Bridge on Linux with our recommended settings. The installer will identify missing dependencies and/or compatibility issues before attempting to install the package. If you run into compatibility issues, see the Dependencies section above.
Our recommended settings are:
Installation in /opt/RoonBridge or /opt/RoonServer
Data is stored in /var/roon/RoonBridge or /var/roon/RoonServer
The app will run as root
The app is launched immediately, and will relaunch automatically at boot.
We’ve tested this installer on several recent distributions including:
Arch (current)
Fedora 23
Ubuntu 15.10
If it works well on other systems, please let us know so we can add them to the list.
Configuring Roon Server or Roon Bridge to run at boot
Our easy installers do this for you. If you are curious about how to do this by hand, feel free to poke around in the scripts–the information is in there.
Otherwise, follow your distribution’s instructions, keeping in mind that start.sh is a long-running script that you will need to start + terminate at the appropriate times.
# You need to install curl before you can use it
sudo apt install curl
# Now you should be able to use it
curl -O http://download.roonlabs.com/builds/roonserver-installer-linuxx64.sh
The roon is installed, now I am trying to install the Wine GUI interface.
I cant get the i386 architecture installed. Tried all the commands I could find in the forums to no avail.