From 1572bc4432b647f8c4a2757041ee7bd6db9a9369 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Fri, 13 Dec 2019 13:24:40 +0100 Subject: [PATCH] Minor edits --- docs/harbor-doc-reorg/_index.md | 4 ++-- .../install_config/installation/configure_yml_file.md | 2 +- .../install_config/installation/download_installer.md | 2 +- .../install_config/installation/run_installer_script.md | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index de225b8ea..40bf80978 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -12,9 +12,9 @@ This section describes how to install Harbor and perform the required initial co - [Harbor Installation Prerequisites](install_config/installation/installation_prereqs.md) - **[Configure HTTPS Access to Harbor](install_config/installation/configure_https.md)** - [Download the Harbor Installer](install_config/installation/download_installer.md) - - [Configure the Harbor YML File](install_config/installation/configure_yml_file.md) + - **[Configure the Harbor YML File](install_config/installation/configure_yml_file.md)** - [Run the Installer Script](install_config/installation/run_installer_script.md) - - [Troubleshooting Harbor Installation](install_config/installation/troubleshoot_installation.md) + - **[Troubleshooting Harbor Installation](install_config/installation/troubleshoot_installation.md)** - [Post-Installation Configuration](install_config/configuration/_index.md) - [Reconfigure Harbor and Manage the Harbor Lifecycle](install_config/configuration/reconfigure_manage_lifecycle.md) - [Customize the Harbor Token Service](install_config/configuration/customize_token_service.md) diff --git a/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md b/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md index 56e142b9b..0ecceab9c 100644 --- a/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md +++ b/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md @@ -326,7 +326,7 @@ By default, Harbor listens on port 443(HTTPS) and 80(HTTP, if configured) for b ## Configure Harbor with an External Database -Currently, Harbor only supports PostgreSQL database. To user an external database, uncomment the `external_database` section in `harbor.yml` and fill the necessary information. You must create four databases for Harbor core, Clair, Notary server, and Notary signer. And the tables are generated automatically when Harbor starts up. +Currently, Harbor only supports PostgreSQL database. To use an external database, uncomment the `external_database` section in `harbor.yml` and fill the necessary information. You must create four databases for Harbor core, Clair, Notary server, and Notary signer. And the tables are generated automatically when Harbor starts up. ## What to Do Next ## diff --git a/docs/harbor-doc-reorg/install_config/installation/download_installer.md b/docs/harbor-doc-reorg/install_config/installation/download_installer.md index b41fa285f..4b00b1d3a 100644 --- a/docs/harbor-doc-reorg/install_config/installation/download_installer.md +++ b/docs/harbor-doc-reorg/install_config/installation/download_installer.md @@ -1,6 +1,6 @@ # Download the Harbor Installer: -You download the installers from the **[official release](https://github.com/goharbor/harbor/releases)** page. Choose either the online or the offline installer. +You download the installers from the **[official releases](https://github.com/goharbor/harbor/releases)** page. Choose either the online or the offline installer. - **Online installer:** The online installer downloads the Harbor images from Docker hub. For this reason, the installer is very small in size. diff --git a/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md b/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md index 6b70b637b..a709749d8 100644 --- a/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md +++ b/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md @@ -1,6 +1,6 @@ # Run the Installer Script -Once you have configured **harbor.yml** optionally set up a storage backend, you install and start Harbor by using the `install.sh` script. Note that it might take some time for the online installer to download all of the `Harbor images from Docker hub. +Once you have configured **harbor.yml** and optionally set up a storage backend, you install and start Harbor by using the `install.sh` script. Note that it might take some time for the online installer to download all of the Harbor images from Docker hub. You can install Harbor in different configurations: @@ -96,7 +96,7 @@ After you update `daemon.json`, you must restart both Docker Engine and Harbor. ## What to Do Next ## -If installation succeeds, continue to set up Harbor by following the instructions in [Post-Installation Configuration](install_config/configuration/_index.md) and [Initial Configuration in the Harbor UI](install_config/configuration/initial_config_ui.md). +If the installation succeeds, continue to set up Harbor by following the instructions in [Post-Installation Configuration](../configuration/_index.md) and [Initial Configuration in the Harbor UI](../configuration/initial_config_ui.md). If installation fails, see [Troubleshooting Harbor Installation -](install_config/installation/troubleshoot_installation.md). +](troubleshoot_installation.md).