Skip to content

Commit

Permalink
Added What to Do Next links in installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
stuclem committed Nov 1, 2019
1 parent c0e6f8a commit 36eaabd
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,7 @@ If you've mapped nginx 443 port to another, you need to add the port to login, l
cp yourdomain.com.crt /etc/pki/ca-trust/source/anchors/yourdomain.com.crt
update-ca-trust
```

## What to Do Next ##

To start the installation process, [Download the Harbor Installer](download_installer.md).
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,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.

## What to Do Next ##

To install Harbor, [Run the Installer Script](run_installer_script.md).
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ If you encounter any problems while using the demo server, open an [issue on Git
```
docker push demo.goharbor.io/your-project/your-image
```
1. In the Harbor interface, go to **Projects** > *your_project* > **Repositories** to view the image repository that you pushed to your Harbor project.
1. In the Harbor interface, go to **Projects** > *your_project* > **Repositories** to view the image repository that you pushed to your Harbor project.

## What to Do Next ##

Verify that your target host meets the [Harbor Installation Prerequisites](installation_prereqs.md).
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ The installation processes are almost the same for both the online and offline i

## Next Steps

XXXX
To prepare your Harbor installation, [Configure the Harbor YML File](configure_yml_file.md).
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ Harbor requires that the following ports be open on the target host.
|---|---|---|
|443|HTTPS|Harbor portal and core API accept HTTPS requests on this port. You can change this port in the configuration file.|
|4443|HTTPS|Connections to the Docker Content Trust service for Harbor. Only required if Notary is enabled. You can change this port in the configuration file.|
|80|HTTP|Harbor portal and core API accept HTTP requests on this port. You can change this port in the configuration file.|
|80|HTTP|Harbor portal and core API accept HTTP requests on this port. You can change this port in the configuration file.|

## What to Do Next ##

To secure the connections the Harbor, you must [Configure HTTPS Access to Harbor](configure_https.md).
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@ If you want to install all three of Notary, Clair and chart repository service,

```sh
$ sudo ./install.sh --with-notary --with-clair --with-chartmuseum
```
```

## 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 installation fails, see [Troubleshooting Harbor Installation
](install_config/installation/troubleshoot_installation.md).

0 comments on commit 36eaabd

Please sign in to comment.