Webinterface von Azuracast install Debian oder Ubuntu

5
(1)
Azuracast installieren

Selbst gehostete Installation mit Docker

 

AzuraCast is powered by Docker and uses pre-built images that contain every component of the software. Don’t worry if you aren’t very familiar with Docker; our easy installer tools will handle installing Docker and Docker Compose for you, and updates are very simple.

System Requirements

Please check the page with the AzuraCast system requirements before installing to make sure your server meets the minimum requirements.

Installing

Connect to the server or computer you want to install AzuraCast on via an SSH terminal. You should be an administrator user with either root access or the ability to use the sudo command. If you are not the root user, you may need to run sudo su - before executing the commands below.

Pick a base directory on your host computer that AzuraCast can use. If you’re on Linux, you can follow the steps below to use the recommended directory:

mkdir -p /var/azuracast
cd /var/azuracast

Use these commands to download our Docker Utility Script, set it as executable and then run the Docker installation process:

curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh > docker.sh
chmod a+x docker.sh
./docker.sh install

On-screen prompts will show you how the installation is progressing.

Once installation has completed, be sure to follow the post-installation steps.

You can also set up SSL with Let’s Encrypt or make other changes to your installation using the Docker Utility Script that you’ve just downloaded

Troubleshooting

Some Virtual Private Server (VPS) providers sometimes ship a old version of Docker or Docker-Compose with their systems and the version isn’t fully compatible with our installation script. This can be resolved by running these commands then attempting the installation process again.

cd /var/azuracast
./docker.sh install-docker
./docker.sh install-docker-compose
./docker.sh install

Unattended Installation

To automate the installation process for AzuraCast, you can run the following commands or place them into a cloud-init script. You can select between release channels when installing:

Rolling Release Channel

To automatically install AzuraCast on the rolling release channel, run this script:

mkdir -p /var/azuracast
cd /var/azuracast
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh > docker.sh
chmod a+x docker.sh
yes '' | ./docker.sh install

Stable Channel

To automatically install AzuraCast on the stable channel, run this script:

mkdir -p /var/azuracast
cd /var/azuracast
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh > docker.sh
chmod a+x docker.sh
yes 'Y' | ./docker.sh setup-release
yes '' | ./docker.sh install

Orginal installation Anleitung findet man hier https://docs.azuracast.com/en/getting-started/installation/docker

Wie hilfreich war dieser Beitrag?

Klicke auf die Sterne um zu bewerten!

Es tut uns leid, dass der Beitrag für dich nicht hilfreich war!

Lasse uns diesen Beitrag verbessern!

Wie können wir diesen Beitrag verbessern?

Related Posts

aaPanel Installieren

0 (0) Probiert mit Debian 11 und Ubuntu 20.04 und Ubuntu 22.04.2 LTS Hier zeigen wir die installation: aaPanel ist ein einfaches Bedienfeld, das zur Verwaltung von…

Proxmox installieren

0 (0) Komplettanleitung für die Installation eines Proxmox-VE-Servers ist abgeschlossen Was ist Promox Virtual Environment? Proxmox-VE ist eine Open-Source-Serverplattform, welche als Betriebssystem auf einem Host installiert werden…

Subsonic installieren auf Debian

4 (1) Eigenständige Installation Voraussetzungen: Java 8 ( Herunterladen ) Dies ist Subsonic mit einem eingebetteten Jetty-Server und kann auf jedem Betriebssystem mit Windows, Linux, Unix, FreeNAS, unRAID usw. installiert…

Installieren wir KeyHelp

0 (0) lange gesucht? das wäre die Webinterface lösung !! Kleine demo bilder Server Control Panel KeyHelp® jetzt installieren! Bitte beachten Sie folgende Installations-Voraussetzungen: Zur Installation von…

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert