From e5bfa79a516b22817f04b97434bf4833c2b5cc98 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Mon, 20 Jan 2020 14:52:31 +0100 Subject: [PATCH] Added info about reconfiguring --- docs/1.10/install_config/quick_install_script.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/1.10/install_config/quick_install_script.md b/docs/1.10/install_config/quick_install_script.md index 17389adfb..c544aaa4e 100644 --- a/docs/1.10/install_config/quick_install_script.md +++ b/docs/1.10/install_config/quick_install_script.md @@ -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. \ No newline at end of file +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). \ No newline at end of file