mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#161)
This commit is contained in:
@@ -6,13 +6,13 @@ 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
|
||||
**ClearML** credentials, allowing the code to integrate with the server. Later, **ClearML** can be tailored to fit requirements
|
||||
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).
|
||||
|
||||
**To configure ClearML for your ClearML Server:**
|
||||
1. If not installed already, install `clearml` (see [install](../getting_started/ds/ds_first_steps.md))
|
||||
1. In a terminal session, run the **ClearML** setup wizard.
|
||||
1. In a terminal session, run the ClearML setup wizard.
|
||||
```
|
||||
clearml-init
|
||||
```
|
||||
@@ -21,7 +21,7 @@ by setting [configuration options](../configs/clearml_conf.md).
|
||||
<summary className="cml-expansion-panel-summary">Learn about creating multiple ClearML configuration files</summary>
|
||||
<div className="cml-expansion-panel-content">
|
||||
|
||||
Additional **ClearML** configuration files can be created, for example, to use inside Docker containers when executing
|
||||
Additional ClearML configuration files can be created, for example, to use inside Docker containers when executing
|
||||
a Task.
|
||||
|
||||
Use the `--file` option for `clearml-init`.
|
||||
@@ -42,7 +42,7 @@ by setting [configuration options](../configs/clearml_conf.md).
|
||||
If the setup wizard's response indicates that a configuration file already exists, follow the instructions in
|
||||
[here](#add-clearml-to-a-configuration-file). The wizard does not edit or overwrite existing configuration files.
|
||||
|
||||
1. The setup wizard prompts for **ClearML** credentials.
|
||||
1. The setup wizard prompts for ClearML credentials.
|
||||
|
||||
|
||||
ClearML SDK setup process
|
||||
@@ -53,7 +53,7 @@ by setting [configuration options](../configs/clearml_conf.md).
|
||||
|
||||
Paste copied configuration here:
|
||||
|
||||
1. Get **ClearML** credentials. Open the **ClearML Web UI** in a browser. On the **PROFILE** page, click
|
||||
1. Get ClearML credentials. Open the ClearML Web UI in a browser. On the **SETTINGS > WORKSPACE** page, click
|
||||
**Create new credentials** **>** **Copy to clipboard**.
|
||||
|
||||
1. At the command prompt `Paste copied configuration here:`, copy and paste the **ClearML** credentials.
|
||||
|
||||
@@ -9,7 +9,7 @@ This documentation page applies to deploying your own open source ClearML Server
|
||||
This page describes the **ClearML Server** [deployment](#clearml-server-deployment-configuration) and [feature](#clearml-server-feature-configurations) configurations. Namely, it contains instructions on how to configure **ClearML Server** for:
|
||||
|
||||
* [Sub-domains and load balancers](#sub-domains-and-load-balancers) - An AWS load balancing example
|
||||
* [Opening Elasticsearch, MongoDB, and Redis for External Access](#opening-elasticsearch-mongodb-and-redis-for-external-access).
|
||||
* [Opening Elasticsearch, MongoDB, and Redis for External Access](#opening-elasticsearch-mongodb-and-redis-for-external-access)
|
||||
* [Web login authentication](#web-login-authentication) - Create and manage users and passwords
|
||||
* [Using hashed passwords](#using-hashed-passwords) - Option to use hashed passwords instead of plain-text passwords
|
||||
* [Non-responsive Task watchdog](#non-responsive-task-watchdog) - For inactive experiments
|
||||
|
||||
Reference in New Issue
Block a user