ms
matt shepherd
Created Jun 06, 2023Step 4: Install the main software
852
1
1. Open TerminusLaunch the Terminus application on your computer.
2
2. Connect to Your Raspberry PiEnter your Raspberry Pi’s IP address in the “Host Name (or IP address)” box. I always use host name which is: volumio.localEnsure “Connection type” is set to SSH.Click Open to start the connection.
3
3. Log inWhen prompted, use the following default credentials:Username: volumioPassword: volumio
4
4. Download QuadifyIn Terminus, copy and paste the following commands one at a time.To paste in Terminus, simply right-click your mouse after copying.The second command (install) may take 2–4 minutes to finish.
1: git clone https://github.com/theshepherdmatt/Quadify.git
2: cd Quadify
3: sudo bash install.sh
When prompted for a password, enter volumio (the default).
What these commands do:
The first line (
git clone...
) downloads the Quadify folder and its files to your Raspberry Pi.The second line (
cd Quadify
) moves you into that folder.The third line (
sudo bash install.sh
) installs all the necessary code and modules to make Quadify work with your display.
That’s it! The install script handles everything else. The whole process should take around 3–5 minutes depending on your Pi and internet speed.
Well done!
Create how-to guides like this in a snap. Get Tango now.