docs: rename setup to install

This commit is contained in:
jo 2023-04-21 11:50:37 +02:00 committed by Kyle Robbertze
parent 8052622e69
commit ff03dad9a8
10 changed files with 13 additions and 15 deletions

View File

@ -21,11 +21,11 @@ Before following any steps, be sure that your system is up-to-date.
## Install and configure ## Install and configure
- [:rocket: Install LibreTime](./setup/install.md) - [:rocket: Install LibreTime](./install/README.md)
- [:arrow_up: Upgrade from a previous install](./setup/upgrade.md) - [:arrow_up: Upgrade from a previous install](./install/upgrade.md)
- [:airplane_arriving: Migrate from Airtime](./setup/migrate-from-airtime.md) - [:airplane_arriving: Migrate from Airtime](./install/migrate-from-airtime.md)
- [:gear: Configure your installation](./configuration.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 ## Advanced

View File

@ -53,7 +53,7 @@ The path to your storage is defined in the [configuration](./configuration.md) f
### Install or cleanup ### 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**. 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 ### Restore the storage

View File

@ -1,6 +1,6 @@
--- ---
title: Install title: Install
sidebar_position: 10 sidebar_position: 00
--- ---
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';

View File

@ -39,7 +39,7 @@ The path to your storage was defined during the installation process, the defaul
## Install ## 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 ## Restore the backup

View File

@ -53,11 +53,11 @@ You might need to run steps before and after the install procedure. Be sure to f
## Install the new version ## 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 :::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.
::: :::

View File

@ -1,2 +0,0 @@
label: Setup
position: 00

View File

@ -6,7 +6,7 @@ This tutorials walks you though the steps required to setup a PulseAudio output
:::info :::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).
::: :::

View File

@ -145,7 +145,7 @@ multipass shell ltTEST
``` ```
Multipass isn't currently able to do an automated install from the cloud-init script. 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. 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.

View File

@ -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 ### LibreTime user