small changes (#205)

This commit is contained in:
pollfly
2022-03-16 13:08:47 +02:00
committed by GitHub
parent 31baed0a8b
commit af52652cfb
5 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ title: Configuring ClearML for Your ClearML Server
This documentation page applies to deploying your own open source ClearML Server. It does not apply to ClearML Hosted Service users.
:::
The ClearML **configuration file** that will be initialized will contain the host URLs of the **ClearML Server**, and
The ClearML **configuration file** that will be initialized will contain the host URLs of the ClearML Server, and
ClearML credentials, allowing the code to integrate with the server. Later, ClearML can be tailored to fit requirements
by setting [configuration options](../configs/clearml_conf.md).
@@ -71,11 +71,11 @@ by setting [configuration options](../configs/clearml_conf.md).
API Host configured to: [https://api.<your-domain>]
1. Enter the **ClearML Server** file server URL, or press **Enter** to accept the default value which is based on the previous response:
1. Enter the ClearML Server file server URL, or press **Enter** to accept the default value which is based on the previous response:
File Store Host configured to: [files.<your-domain>]
The wizard responds with a configuration and directs to the **ClearML Server**.
The wizard responds with a configuration and directs to the ClearML Server.
CLEARML Hosts configuration:
Web App: https://app.<your-domain>
@@ -100,11 +100,11 @@ The configuration file's location depends upon the operating system:
The setup wizard may indicate that a configuration file already exists. For example, if a **ClearML Agent** was previously
configured, then a configuration file was created. The wizard does not edit or overwrite existing configuration files.
The host URLs for the **ClearML Server** are required:
The host URLs for the ClearML Server are required:
* **ClearML Server** web server
* **ClearML Server** API server
* **ClearML Server** file server
* ClearML Server web server
* ClearML Server API server
* ClearML Server file server
These may be localhost, the domain, or a sub-domain of the domain.
@@ -131,4 +131,4 @@ These may be localhost, the domain, or a sub-domain of the domain.
```
1. Save the ClearML configuration file. ClearML is now configured for the **ClearML Server**.
1. Save the ClearML configuration file. ClearML is now configured for the ClearML Server.