From 116730803e4796efb6dc11208ae2d7a461e94d41 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Mon, 2 Nov 2020 13:52:53 -0500 Subject: [PATCH] Nevermind --- docs/_docs/host-configuration.md | 5 ++++- docs/_layouts/splash.html | 25 ++++++++++++---------- docs/{_layouts/docindex.html => docs.html} | 0 docs/docs.md | 4 ---- quickstart.sh | 9 -------- 5 files changed, 18 insertions(+), 25 deletions(-) rename docs/{_layouts/docindex.html => docs.html} (100%) delete mode 100644 docs/docs.md delete mode 100644 quickstart.sh diff --git a/docs/_docs/host-configuration.md b/docs/_docs/host-configuration.md index 18b6007e4..a2acedb97 100644 --- a/docs/_docs/host-configuration.md +++ b/docs/_docs/host-configuration.md @@ -124,8 +124,11 @@ upload_max_filesize = 40M post_max_size = 40M ``` -For quick reference, 1024 MB = 1 GB and 2048 MB = 2 GB, but most will be okay with rounding to the nearest thousand. After updating the config file, restart Apache by `sudo systemctl apache restart`. +For quick reference, 1024 MB = 1 GB and 2048 MB = 2 GB, but most will be okay with rounding to the nearest thousand. After updating the config file, restart Apache. +``` +sudo systemctl apache restart +``` ### Playout settings {#playout} diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index b7135bfe0..5ec2fad05 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -84,7 +84,6 @@

The platform is a fork of the older AirTime project which is no longer actively maintained, and the evolution of Open Source broadcasting for both current AirTime and new users looking to continue with the platform on their own infrastructure.

- Key Features @@ -223,20 +222,24 @@ {% include fans.html %} -
+
-

Get started with LibreTime today

+

Get started

+ + +

- Requires: 1 Ghz processor, 2 GB RAM, wired ethernet connection with static IP address and you.
What are you waiting for? -

+

Install Libretime in just three commands:

+ git clone https://github.com/LibreTime/libretime.git +
+ cd libretime +
+ sudo bash install -fiap + +

+ Next: Host Configuration

diff --git a/docs/_layouts/docindex.html b/docs/docs.html similarity index 100% rename from docs/_layouts/docindex.html rename to docs/docs.html diff --git a/docs/docs.md b/docs/docs.md deleted file mode 100644 index 6d6191810..000000000 --- a/docs/docs.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Docs -layout: docindex ---- \ No newline at end of file diff --git a/quickstart.sh b/quickstart.sh deleted file mode 100644 index b20706c22..000000000 --- a/quickstart.sh +++ /dev/null @@ -1,9 +0,0 @@ -# /bin/bash -# This script allows for a one-liner to download and install Libretime -# using the default settings. Assumes a clean server setup. Needs sudo. - -git clone https://github.com/LibreTime/libretime.git - -cd libretime - -bash install -fiap \ No newline at end of file