From b38a9191ebb118ea3c5f4e325cf860942bd74b79 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Fri, 15 May 2020 12:53:59 -0400 Subject: [PATCH 1/2] Update quickstart.md --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 80be59866..bf0592c44 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -47,7 +47,7 @@ sudo ufw allow 8000/tcp ## Installing LibreTime -This part is suprisingly easy. Just enter these commands in the terminal: +Installing LibreTime consists of running two commands in the terminal: ``` git clone https://github.com/LibreTime/libretime.git From f425252f719c7dedc4ab164b90c0ea4ef616b347 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Fri, 15 May 2020 12:58:16 -0400 Subject: [PATCH 2/2] Update quickstart.md --- docs/quickstart.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index bf0592c44..78458aade 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -54,11 +54,9 @@ git clone https://github.com/LibreTime/libretime.git sudo ./libretime/install -fiap ``` -After the install is completed, head to `localhost` -to complete the installation wizard. You don't have to change any passwords immediately if you -don't want to, although it is strongly recommended if you plan to attach the server to a domain -that would allow you to access it from ourside your station's network. You will need to enter -a few commands in the terminal, but don't worry, the guide will walk you through it. +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. ## Scheduling your first show @@ -109,6 +107,6 @@ When media is playing back, the **On Air** indicator at the top will turn red. ![](img/on-air-status.png) -You can listen to your stream by going to `localhost:8000` or by clicking the **Listen** button under the On Air +You can listen to your stream by going to `yourserverIP:8000` or by clicking the **Listen** button under the On Air indicator. Congratulations! You've successfully set up LibreTime! We're so proud of you. :)