diff --git a/docs/config.md b/docs/config.md index 588966ca2..614cb1ab2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -2,6 +2,12 @@ This section includes information on how to configure LibreTime. +## Initial Configuration (Please complete these after installing LibreTime) +* [Host Configuration](config/host-configuration/index) +* [Setting the server time](config/setting-the-server-time/index) + + +## Advanced Configuration * [Interface Customization](config/interface-customization/index) * [Localization Settings](config/interface-localization/index) * [Setting up SSL](config/secure-login-with-ssl) \ No newline at end of file diff --git a/docs/manual/host-configuration/index.md b/docs/config/host-configuration/index.md similarity index 100% rename from docs/manual/host-configuration/index.md rename to docs/config/host-configuration/index.md diff --git a/docs/manual/setting-the-server-time/index.md b/docs/config/setting-the-server-time/index.md similarity index 100% rename from docs/manual/setting-the-server-time/index.md rename to docs/config/setting-the-server-time/index.md diff --git a/docs/manual/setting-the-server-time/static/Screenshot15-Configuring_tzdata.png b/docs/config/setting-the-server-time/static/Screenshot15-Configuring_tzdata.png similarity index 100% rename from docs/manual/setting-the-server-time/static/Screenshot15-Configuring_tzdata.png rename to docs/config/setting-the-server-time/static/Screenshot15-Configuring_tzdata.png diff --git a/docs/manual/setting-the-server-time/static/Screenshot16-Configure_city.png b/docs/config/setting-the-server-time/static/Screenshot16-Configure_city.png similarity index 100% rename from docs/manual/setting-the-server-time/static/Screenshot16-Configure_city.png rename to docs/config/setting-the-server-time/static/Screenshot16-Configure_city.png diff --git a/docs/install.md b/docs/install.md index 5f92b2819..aa70b5619 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,6 +9,7 @@ Requirements: - LibreTime should generally be installed on a dedicated host running Ubuntu Server 18.04 LTS, have at least 1 GHz of processor power, at least 2 GB of system RAM, and a static IP address. - LibreTime is undergoing active development, and is currently in ALPHA. Make sure it is working for your needs well before you begin to use it in a live environment. - Please review the release notes of the version you are planning on installing. +- Complete the [Preparing the server](preparing-the-server) guide before proceeding The easiest way to install LibreTime is by cloning the repository using git, and then running the installer. diff --git a/docs/manual/preparing-the-server/index.md b/docs/preparing-the-server.md similarity index 100% rename from docs/manual/preparing-the-server/index.md rename to docs/preparing-the-server.md diff --git a/docs/manual/preparing-the-server/static/Screenshot493-APC_host_stats.png b/docs/static/Screenshot493-APC_host_stats.png similarity index 100% rename from docs/manual/preparing-the-server/static/Screenshot493-APC_host_stats.png rename to docs/static/Screenshot493-APC_host_stats.png diff --git a/docs/manual/preparing-the-server/static/Screenshot7-Alsamixer.png b/docs/static/Screenshot7-Alsamixer.png similarity index 100% rename from docs/manual/preparing-the-server/static/Screenshot7-Alsamixer.png rename to docs/static/Screenshot7-Alsamixer.png diff --git a/docs/tutorials.md b/docs/tutorials.md index 663f50bb8..60de78f00 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -4,7 +4,9 @@ This page contains links to number of tutorials. Please provide any feedback on this [discourse forum post](https://discourse.libretime.org/t/new-tutorials-available-on-libretime-wiki/270/2). There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/user90812787) -## The main menus +[Getting Started](tuts/getting-started/index) + +## Understanding the Main Menus * [Uploads](tuts/upload/index) * [Dashboard](tuts/dashboard/index) * [Tracks](tuts/tracks/index) @@ -28,12 +30,13 @@ There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/use * [Help](tuts/help/index) * [Listen](tuts/listen/index) -## DJ tutorials +## For DJs * [How to upload and schedule tracks on your show](tuts/upload-tracks) * [How to upload a promo](tuts/upload-promo) * [How to livestream with butt](tuts/livestream) +* [How to do a live show with MIXXX](tuts/live-shows-with-mixxx/index) -## Program Manager tutorials +## For Program Managers * [Building a schedule](tuts/build-schedule) * [How to set up an automatic top of the hour ID with intro playlist feature](tuts/top-of-hour-id) * [How to schedule a podcast to play the newest episode on an automatic basis](tuts/podcast) @@ -42,8 +45,11 @@ There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/use * [How to schedule automatic underwriting/advertising announcements](tuts/underwriting) * [How to schedule a repeating webstream with a linked show](tuts/webstream-link) -## Admin tutorials +## For Server Administrators * [Installing LibreTime from Git on a stand-alone VPS](tuts/install-vps) * [Securing icecast and customizing stream settings ](tuts/stream-settings) * [How to install player and calendar widgets on your website](tuts/widgets) * [Configuring track types](tuts/track-types) +* [How to back up the LibreTime media folder and database](tuts/backing-up-the-server/index) +* [Upgrading LibreTime](tuts/upgrading/index) +* [Uninstalling LibreTime](tuts/uninstall/index) diff --git a/docs/manual/backing-up-the-server/index.md b/docs/tuts/backing-up-the-server/index.md similarity index 100% rename from docs/manual/backing-up-the-server/index.md rename to docs/tuts/backing-up-the-server/index.md diff --git a/docs/manual/getting-started/index.md b/docs/tuts/getting-started/index.md similarity index 100% rename from docs/manual/getting-started/index.md rename to docs/tuts/getting-started/index.md diff --git a/docs/manual/getting-started/static/Screenshot-Login.png b/docs/tuts/getting-started/static/Screenshot-Login.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot-Login.png rename to docs/tuts/getting-started/static/Screenshot-Login.png diff --git a/docs/manual/getting-started/static/Screenshot-MainMenu.png b/docs/tuts/getting-started/static/Screenshot-MainMenu.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot-MainMenu.png rename to docs/tuts/getting-started/static/Screenshot-MainMenu.png diff --git a/docs/manual/getting-started/static/Screenshot-MasterPanel.png b/docs/tuts/getting-started/static/Screenshot-MasterPanel.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot-MasterPanel.png rename to docs/tuts/getting-started/static/Screenshot-MasterPanel.png diff --git a/docs/manual/getting-started/static/Screenshot293-Icecast_status_page.png b/docs/tuts/getting-started/static/Screenshot293-Icecast_status_page.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot293-Icecast_status_page.png rename to docs/tuts/getting-started/static/Screenshot293-Icecast_status_page.png diff --git a/docs/manual/getting-started/static/Screenshot389-Yes_help_Airtime.png b/docs/tuts/getting-started/static/Screenshot389-Yes_help_Airtime.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot389-Yes_help_Airtime.png rename to docs/tuts/getting-started/static/Screenshot389-Yes_help_Airtime.png diff --git a/docs/manual/getting-started/static/Screenshot391-Promote_my_station.png b/docs/tuts/getting-started/static/Screenshot391-Promote_my_station.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot391-Promote_my_station.png rename to docs/tuts/getting-started/static/Screenshot391-Promote_my_station.png diff --git a/docs/manual/getting-started/static/Screenshot466-Recaptcha_login.png b/docs/tuts/getting-started/static/Screenshot466-Recaptcha_login.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot466-Recaptcha_login.png rename to docs/tuts/getting-started/static/Screenshot466-Recaptcha_login.png diff --git a/docs/manual/getting-started/static/Screenshot467-Reset_password_link.png b/docs/tuts/getting-started/static/Screenshot467-Reset_password_link.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot467-Reset_password_link.png rename to docs/tuts/getting-started/static/Screenshot467-Reset_password_link.png diff --git a/docs/manual/getting-started/static/Screenshot468-Restore_password.png b/docs/tuts/getting-started/static/Screenshot468-Restore_password.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot468-Restore_password.png rename to docs/tuts/getting-started/static/Screenshot468-Restore_password.png diff --git a/docs/manual/getting-started/static/Screenshot469-On_Air_light.png b/docs/tuts/getting-started/static/Screenshot469-On_Air_light.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot469-On_Air_light.png rename to docs/tuts/getting-started/static/Screenshot469-On_Air_light.png diff --git a/docs/manual/getting-started/static/Screenshot470-User_settings.png b/docs/tuts/getting-started/static/Screenshot470-User_settings.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot470-User_settings.png rename to docs/tuts/getting-started/static/Screenshot470-User_settings.png diff --git a/docs/manual/getting-started/static/Screenshot543-Running_latest_version_250.png b/docs/tuts/getting-started/static/Screenshot543-Running_latest_version_250.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot543-Running_latest_version_250.png rename to docs/tuts/getting-started/static/Screenshot543-Running_latest_version_250.png diff --git a/docs/manual/getting-started/static/Screenshot546-Remind_me_never_250.png b/docs/tuts/getting-started/static/Screenshot546-Remind_me_never_250.png similarity index 100% rename from docs/manual/getting-started/static/Screenshot546-Remind_me_never_250.png rename to docs/tuts/getting-started/static/Screenshot546-Remind_me_never_250.png diff --git a/docs/manual/live-shows-with-mixxx/index.md b/docs/tuts/live-shows-with-mixxx/index.md similarity index 100% rename from docs/manual/live-shows-with-mixxx/index.md rename to docs/tuts/live-shows-with-mixxx/index.md diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot102-Mixxx_with-Airtime_storage.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot102-Mixxx_with-Airtime_storage.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot102-Mixxx_with-Airtime_storage.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot102-Mixxx_with-Airtime_storage.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot103-Mixxx_Preferences.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot103-Mixxx_Preferences.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot103-Mixxx_Preferences.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot103-Mixxx_Preferences.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot124-Airtime_skin_for_Mixxx.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot124-Airtime_skin_for_Mixxx.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot124-Airtime_skin_for_Mixxx.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot124-Airtime_skin_for_Mixxx.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot125-Mixxx_interface_preferences.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot125-Mixxx_interface_preferences.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot125-Mixxx_interface_preferences.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot125-Mixxx_interface_preferences.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot369-Mixxx_streaming_preferences.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot369-Mixxx_streaming_preferences.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot369-Mixxx_streaming_preferences.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot369-Mixxx_streaming_preferences.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot374-Mixxx-soundcard_busy.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot374-Mixxx-soundcard_busy.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot374-Mixxx-soundcard_busy.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot374-Mixxx-soundcard_busy.png diff --git a/docs/manual/live-shows-with-mixxx/static/Screenshot375-Mixxx_sound_hardware.png b/docs/tuts/live-shows-with-mixxx/static/Screenshot375-Mixxx_sound_hardware.png similarity index 100% rename from docs/manual/live-shows-with-mixxx/static/Screenshot375-Mixxx_sound_hardware.png rename to docs/tuts/live-shows-with-mixxx/static/Screenshot375-Mixxx_sound_hardware.png diff --git a/docs/uninstall.md b/docs/tuts/uninstall.md similarity index 100% rename from docs/uninstall.md rename to docs/tuts/uninstall.md diff --git a/docs/manual/upgrading/index.md b/docs/tuts/upgrading/index.md similarity index 100% rename from docs/manual/upgrading/index.md rename to docs/tuts/upgrading/index.md