Posted on September 10, 2019 at 22:11 by GreenFrog
System is based on standard Raspbian image, that can be downloaded from raspberrypi.org.
I only created a bash script that will automate entire deployment process on fresh Raspbian OS installation.
Script will take care of all the updating, installing and configuring necessary components, that will automate process of searching, downloading and keeping track of all your movies, TV shows and music.
System will also track all new releases scheduled for release. Sonarr has a calendar feature where you can check upcoming episodes and their release dates, when the time is up required episode will be searched for and downloaded if available from the Internet.
Of course, after initial deployment is done by the script, additional configuration is needed in browser to specify what to search for and where to store it.
Before you start, you (obviously) should have a microSD card and a computer with a SD card reader. Besides that, download the Raspbian image file directly from https://www.raspberrypi.org (don’t forget to unzip the image file!).
Done? Good, now let's load image to the SD card using Rufus.
I used most recent image available in July 2019 - RASPBIAN STRETCH LITE.
ssh
in main directory of the SD card and remove
it's extension.
This small file being there will enable SSH access with no further actions, so you can power your Raspberry without connecting monitor or TV
in order to log on and enable SSH by command.
If you haven't created ssh
file in root directory on your SD card, as instructed above, use monitor and keyboard then enable SSH with the commands below:
Username: pi
Password: raspberry
and enable SSH with below commands:
sudo systemctl enable ssh
sudo systemctl start ssh
At this point make sure your Raspberry Pi has an IP address and is connected to the Internet.
When connected to the Pi over SSH, using i.e. PuTTY download deployment script by running below command:
wget https://www.dropbox.com/s/a5fpi4suyu1ask1/lds-deploy-v3.sh
Your output should look similar to below:
Change file permission allowing it to be executable:
sudo su
chmod 755 lds-deploy-v3.sh
Run the script:
./lds-deploy-v3.sh
Find something else to do for about 30 minutes - it will take some time.
Copy and paste links displayed in green at the end of the script to the browser, if all went ok you should be able to access all the programs installed.
With your support anything is possible