From de74fba187300ecc5b2623aadef2f52ead6f16ae Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Mon, 16 Nov 2020 13:58:16 -0500 Subject: [PATCH] Changing installer requirements --- backup.sh | 8 ++++---- docs/_docs/station-setup.md | 2 +- install | 4 ++-- installer/lib/requirements-ubuntu-bionic.apt | 4 ++++ 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/backup.sh b/backup.sh index f13e8e48e..3068d166a 100644 --- a/backup.sh +++ b/backup.sh @@ -2,14 +2,14 @@ # Replace /backup with backup folder location! # Used for backing up the media library -sudo rsync -aE --delete --info=progress2 /srv/airtime/stor/ /backup +rsync -aE --delete --info=progress2 /srv/airtime/stor/ /backup # Used for backing up the database -sudo -u postgres pg_dumpall | gzip -c > libretime-db-backup.gz -sudo mv libretime-db-backup.gz /backup +-u postgres pg_dumpall | gzip -c > libretime-db-backup.gz +mv libretime-db-backup.gz /backup # Used for backing up Libretime configs -sudo cp /etc/airtime/airtime.conf backup/airtime.conf.backup +cp /etc/airtime/airtime.conf backup/airtime.conf.backup # Write date/time of backup date >> /backup/datelog.txt \ No newline at end of file diff --git a/docs/_docs/station-setup.md b/docs/_docs/station-setup.md index 8df401914..660319355 100644 --- a/docs/_docs/station-setup.md +++ b/docs/_docs/station-setup.md @@ -13,7 +13,7 @@ and ethernet port. A wired approach is strongly recommended over a wireless one. ### 2. Install Ubuntu Server 18.04 LTS -Download Ubuntu Server [here](https://ubuntu.com/download/server) (look under Option 3). +Download Ubuntu Server [here](https://ubuntu.com/download/server). A standard install is recommended, on a RAID 1 array if possible (not required, but recommended). Installation checklist: diff --git a/install b/install index b8cc0e124..627326732 100755 --- a/install +++ b/install @@ -1213,8 +1213,8 @@ verbose "...Done" echo -e "\n-----------------------------------------------------" echo " * Basic Setup DONE! * " echo " " -echo " To get started with Airtime, visit ${IP} " +echo " To get started with Libretime, visit ${IP} " echo " or, if you've set up your own web configuration, " -echo " the Airtime webroot on your webserver " +echo " the Libretime webroot on your webserver " echo "-----------------------------------------------------" diff --git a/installer/lib/requirements-ubuntu-bionic.apt b/installer/lib/requirements-ubuntu-bionic.apt index 0254b3d3c..3d1e4ee36 100644 --- a/installer/lib/requirements-ubuntu-bionic.apt +++ b/installer/lib/requirements-ubuntu-bionic.apt @@ -11,9 +11,12 @@ icecast2 lame libao-ocaml libapache2-mod-php7.2 +libcairo2-dev libcamomile-ocaml-data libfaad2 libffi-dev +libgirepository1.0-dev +libglib2.0-dev libmad-ocaml libopus0 libportaudio2 @@ -48,6 +51,7 @@ php-apcu php-bcmath php-mbstring php-pear +pkg_config postgresql postgresql-client pwgen