Organization, expansion on conrtibuting and radio 101 sections

This commit is contained in:
Zachary Klosko 2020-05-18 21:34:56 -04:00
parent 10ca6b6d78
commit f6a8ff4ede
13 changed files with 91 additions and 183 deletions

View file

@ -67,16 +67,26 @@ sudo ufw enable 8001/tcp
sudo ufw enable 8002/tcp
```
> If needed, instuctions for setting up a reverse proxy can be found [here](reverse-proxy).
## Installing LibreTime
Installing LibreTime consists of running these commands in the terminal:
Installing LibreTime consists of running the following commands in the terminal:
Option 1:
```
git clone https://github.com/LibreTime/libretime.git
cd libretime
sudo ./install -fiap
```
Option 2:
```
sudo add-apt-repository ppa:libretime/libretime
sudo apt-get update
sudo apt-get install libretime icecast2
```
After the install is completed, head to the IP address of the server LibreTime was just installed on
to complete the welcome wizard. While not strictly necessary, it is recommended that you change the passwords prompted in the welcome wizard if you intend on accessing the server from the Internet. The welcome wizard will
walk you through the rest of the installation process.