diff --git a/docs/admin-manual/README.md b/docs/admin-manual/README.md index ec43c9ae2..ba195c6d6 100644 --- a/docs/admin-manual/README.md +++ b/docs/admin-manual/README.md @@ -21,11 +21,11 @@ Before following any steps, be sure that your system is up-to-date. ## Install and configure -- [:rocket: Install LibreTime](./setup/install.md) -- [:arrow_up: Upgrade from a previous install](./setup/upgrade.md) -- [:airplane_arriving: Migrate from Airtime](./setup/migrate-from-airtime.md) +- [:rocket: Install LibreTime](./install/README.md) +- [:arrow_up: Upgrade from a previous install](./install/upgrade.md) +- [:airplane_arriving: Migrate from Airtime](./install/migrate-from-airtime.md) - [:gear: Configure your installation](./configuration.md) -- [:lock: Put your installation behind a reverse proxy](./setup/reverse-proxy.md) +- [:lock: Put your installation behind a reverse proxy](./install/reverse-proxy.md) ## Advanced diff --git a/docs/admin-manual/backup.md b/docs/admin-manual/backup.md index 6880c13f5..a63f50e9c 100644 --- a/docs/admin-manual/backup.md +++ b/docs/admin-manual/backup.md @@ -53,7 +53,7 @@ The path to your storage is defined in the [configuration](./configuration.md) f ### Install or cleanup -If you are restoring a backup on a fresh system, we recommend that you first [install LibreTime](./setup/install.md), and **stop before the [setup tasks](./setup/install.md#setup)**. +If you are restoring a backup on a fresh system, we recommend that you first [install LibreTime](./install/README.md), and **stop before the [setup tasks](./install/README.md#setup)**. If you are restoring a backup on an existing system, make sure to clean the old **database** and **files storage**. @@ -89,7 +89,7 @@ to database or role that have different names. ::: -If you are upgrading LibreTime, make sure to apply the [database migration](./setup/upgrade.md#apply-migrations). +If you are upgrading LibreTime, make sure to apply the [database migration](./install/upgrade.md#apply-migrations). ### Restore the storage diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/install/README.md similarity index 99% rename from docs/admin-manual/setup/install.md rename to docs/admin-manual/install/README.md index 7096b20b0..e0e3175bc 100644 --- a/docs/admin-manual/setup/install.md +++ b/docs/admin-manual/install/README.md @@ -1,6 +1,6 @@ --- title: Install -sidebar_position: 10 +sidebar_position: 00 --- import Tabs from '@theme/Tabs'; diff --git a/docs/admin-manual/setup/migrate-from-airtime.md b/docs/admin-manual/install/migrate-from-airtime.md similarity index 92% rename from docs/admin-manual/setup/migrate-from-airtime.md rename to docs/admin-manual/install/migrate-from-airtime.md index 5bb34aebb..11149ea92 100644 --- a/docs/admin-manual/setup/migrate-from-airtime.md +++ b/docs/admin-manual/install/migrate-from-airtime.md @@ -39,7 +39,7 @@ The path to your storage was defined during the installation process, the defaul ## Install -Install LibreTime on a new system by [running the installer](./install.md#run-the-installer), and **don't run the setup tasks**. +Install LibreTime on a new system by [running the installer](./README.md#run-the-installer), and **don't run the setup tasks**. ## Restore the backup diff --git a/docs/admin-manual/setup/reverse-proxy.md b/docs/admin-manual/install/reverse-proxy.md similarity index 100% rename from docs/admin-manual/setup/reverse-proxy.md rename to docs/admin-manual/install/reverse-proxy.md diff --git a/docs/admin-manual/setup/upgrade.md b/docs/admin-manual/install/upgrade.md similarity index 89% rename from docs/admin-manual/setup/upgrade.md rename to docs/admin-manual/install/upgrade.md index 065728a7a..07f2a8453 100644 --- a/docs/admin-manual/setup/upgrade.md +++ b/docs/admin-manual/install/upgrade.md @@ -53,11 +53,11 @@ You might need to run steps before and after the install procedure. Be sure to f ## Install the new version -Follow [the install guide](./install.md#download) to download and install the new version, and re-run the `./install` script with the same arguments you used during the initial install. +Follow [the install guide](./README.md#download) to download and install the new version, and re-run the `./install` script with the same arguments you used during the initial install. :::caution -If you are migrating LibreTime to a new server, you must **stop before the [setup tasks](./install.md#setup)** and [restore the backups](../backup.md#restore-a-backup) on the new server. +If you are migrating LibreTime to a new server, you must **stop before the [setup tasks](./README.md#setup)** and [restore the backups](../backup.md#restore-a-backup) on the new server. ::: diff --git a/docs/admin-manual/setup/_category_.yml b/docs/admin-manual/setup/_category_.yml deleted file mode 100644 index 517671036..000000000 --- a/docs/admin-manual/setup/_category_.yml +++ /dev/null @@ -1,2 +0,0 @@ -label: Setup -position: 00 diff --git a/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers.md b/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers.md index c2906eed5..93ad21b8b 100644 --- a/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers.md +++ b/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers.md @@ -6,7 +6,7 @@ This tutorials walks you though the steps required to setup a PulseAudio output :::info -We assume you already [installed LibreTime using docker-compose](../setup/install.md#using-docker-compose). +We assume you already [installed LibreTime using docker-compose](../install/README.md#using-docker-compose). ::: diff --git a/docs/contributor-manual/development-environment.md b/docs/contributor-manual/development-environment.md index 32295c355..301cb4fa3 100644 --- a/docs/contributor-manual/development-environment.md +++ b/docs/contributor-manual/development-environment.md @@ -145,7 +145,7 @@ multipass shell ltTEST ``` Multipass isn't currently able to do an automated install from the cloud-init script. -After you enter the shell for the first time, you will still need to [run the LibreTime installer](../admin-manual/setup/install.md). +After you enter the shell for the first time, you will still need to [run the LibreTime installer](../admin-manual/install/README.md). The IP address of your new VM can be found by running `multipass list`. Copy and paste it into your web browser to access the LibreTime interface and complete the setup wizard. diff --git a/docs/releases/3.0.0-alpha.13.md b/docs/releases/3.0.0-alpha.13.md index 4629c1475..3f89107f3 100644 --- a/docs/releases/3.0.0-alpha.13.md +++ b/docs/releases/3.0.0-alpha.13.md @@ -260,7 +260,7 @@ Please be careful when running this new installer, it might not be bug free. ::: -The [bash installer](../admin-manual/setup/install.md#run-the-installer) has been rewritten, the flags and options changed, please run `./install --help` to get more details. +The [bash installer](../admin-manual/install/README.md#run-the-installer) has been rewritten, the flags and options changed, please run `./install --help` to get more details. ### LibreTime user