mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 13:51:34 +00:00
Minor edits
This commit is contained in:
parent
6c6ccb698e
commit
1572bc4432
|
@ -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)
|
||||
|
|
|
@ -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 ##
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue
Block a user