From e9d789ba16b300dbbb32600d0810b787edabcad8 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Mon, 18 May 2020 14:51:00 -0400 Subject: [PATCH] @paddatrapper changes --- docs/quickstart.md | 7 +++++-- docs/uninstall.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index e0b82769b..d88099c80 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,6 +9,11 @@ Up and running in 10 minutes! LibreTime is quick and easy to install and get running. Follow this guide to go from zero to full internet radio station in 10 minutes! +> Note: this guide is assuming you are using Ubuntu 18.04 LTS for installation, which comes with `ufw` and `netplan`, +and that you have already installed `git` and configured `npt`. NPT configuration instructions can be found [here](setting-the-server-time). +While it is possible to install LibreTime on other OSes, such as CentOS 7, Debian 9 and 10, and Raspbian 9 and 10, +these are less tested. Firewall and static IP address configuration will need to be done according to your OSes instructions. + ## Minimum System Requirements | On-Premises Install (FM + Internet Radio) | Cloud Install (Internet Radio Only) | @@ -16,8 +21,6 @@ to full internet radio station in 10 minutes! | 1 Ghz Processor| 1vCPU | | 2 GB RAM | 2 GB RAM | | Wired ethernet connection and a static IP address (see below for instructions) | 2 TB of data transfer/month | -| Ubuntu Server 18.04 LTS | Ubuntu Server 18.04 LTS | -| git, ntp | git, ntp | [DigitalOcean](https://www.digitalocean.com/pricing/#Compute) and [Linode](https://www.linode.com/pricing/#row--compute) have similar plans that meet Cloud Install requirements. Both plans cost $10/month. diff --git a/docs/uninstall.md b/docs/uninstall.md index 4cc7bef5d..8bbb74307 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -3,7 +3,7 @@ Uninstall LibreTime Hopefully it wasn't something that we did, but if you need to uninstall LibreTime for any reason, cd to the directory of the installer and run `sudo ./uninstall` and follow the prompts. -If allowed, the installer will **permanently** delete all databases and uploaded content relative to +If allowed, the installer will **permanently** delete all databases and media uploaded to LibreTime. If it was something we did, please open an issue request on our Github page, located