Step 4: Install the main software
ms

matt shepherd

Created Jun 06, 2023

Step 4: Install the main software

823
1

Open PuTTY: Launch the PuTTY application on your computer (if its not already open)

2

Connect to your Raspberry Pi: Enter the IP address of your Raspberry Pi running Volumio in the "Host Name (or IP address)" field. Make sure the connection type is set to "SSH." Click the "Open" button to initiate the SSH connection.

3

Login: When prompted, enter the login credentials for Volumio. By default, the username is "volumio," and the password is "volumio."

4

Clone the repository: In the PuTTY terminal, copy and paste the 2 lines below and press Enter*Copy and paste the lines of code below one at a time, to paste into putty just hit the right-click on your mouse. The second line of code will take around 2 or 3 minutes to run.

  1. Download the Quadify folder on your system (raspberry pi)

git clone https://github.com/theshepherdmatt/Quadify.git

2: Open your Quadify folder (it will all make sense one day)

cd Quadify

sudo bash install.sh

Volumio will ask you to add your password which is volumio by default.

The first line of code above downloads the folders to your Raspberry Pi running volumio, this takes a minute or two. The second line is the one that downloads all of the necessary code for the screen to work and all different modules, this can take 2 or 4+ minutes.

Well done!
Create how-to guides like this in a snap. Get Tango now.