Added info about reconfiguring

This commit is contained in:
Stuart Clements 2020-01-20 14:52:31 +01:00
parent 6e358e8889
commit e5bfa79a51

View File

@ -2,9 +2,11 @@
The Harbor community has provided a script that with a single command prepares an Ubuntu 18.04 machine for Harbor and deploys the latest stable version.
This script installs Harbor with an HTTP connection, Clair, and the Chart Repository Service. It does not install Notary, which requires HTTPS.
## Prerequisites
You have a machine or VM that is running Ubuntu 18.04.
You have a machine or VM that is running Ubuntu 18.04. The script does not work on earlier versions of Ubuntu.
## Procedure
@ -30,4 +32,6 @@ You have a machine or VM that is running Ubuntu 18.04.
- User name: `admin`
- Password: `VMware12345`
1. Enter the Harbor address in a browser to log in to the Harbor interface.
1. Enter the Harbor address in a browser to log in to the Harbor interface.
After deployment, you can enable HTTPS and Notary by reconfiguring the installation. For information, see [Reconfigure Harbor and Manage the Harbor Lifecycle](reconfigure_manage_lifecycle.md).