@paddatrapper changes
This commit is contained in:
parent
2759516c85
commit
e9d789ba16
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue