From 73e278a8ededf767a995d848553550ec293f073d Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 23 Mar 2022 23:51:55 +0200 Subject: [PATCH] Add deprecation notes to legacy docs (#124) --- docs/faq.md | 11 +++++++++++ docs/install_aws.md | 11 +++++++++++ docs/install_gcp.md | 9 +++++++++ docs/install_linux_mac.md | 9 +++++++++ docs/install_win.md | 11 +++++++++++ 5 files changed, 51 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 9ec9258..a0aba7f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,16 @@ # trains-server FAQ +
+ +
+ +> **NOTE** This page's information is deprecated. See the [ClearML documentation](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) +> for up-to-date deployment instructions + +
+ +
+ Launching **trains-server** * How do I launch **trains-server** on: diff --git a/docs/install_aws.md b/docs/install_aws.md index e488bb6..11d46d5 100644 --- a/docs/install_aws.md +++ b/docs/install_aws.md @@ -1,5 +1,16 @@ # Deploying **trains-server** on AWS +
+ +
+ +> **NOTE** These instructions are deprecated. See the [ClearML documentation](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) +> for up-to-date deployment instructions + +
+ +
+ To easily deploy **trains-server** on AWS, use one of our pre-built Amazon Machine Images (AMIs). We provide AMIs per region for each released version of **trains-server**, see [Released versions](#released-versions) below. diff --git a/docs/install_gcp.md b/docs/install_gcp.md index e4c480a..88e0f57 100644 --- a/docs/install_gcp.md +++ b/docs/install_gcp.md @@ -1,5 +1,14 @@ # Deploying Trains Server on Google Cloud Platform +
+ +
+ +> **NOTE** These instructions are deprecated. See the [ClearML documentation](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) +> for up-to-date deployment instructions + +
+ To easily deploy Trains Server on GCP, use one of our pre-built GCP Custom Images. We provide Custom Images for each released version of Trains Server, see [Released versions](#released-versions) below. diff --git a/docs/install_linux_mac.md b/docs/install_linux_mac.md index 21956f1..6d72a38 100644 --- a/docs/install_linux_mac.md +++ b/docs/install_linux_mac.md @@ -1,5 +1,14 @@ # Launching the **trains-server** Docker in Linux or macOS +
+ +
+ +> **NOTE** These instructions are deprecated. See the [ClearML documentation](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) +> for up-to-date deployment instructions + +
+ For Linux or macOS, use our pre-built Docker image for easy deployment. The latest Docker images can be found [here](https://hub.docker.com/r/allegroai/trains). For Linux users: diff --git a/docs/install_win.md b/docs/install_win.md index 8a429d9..79806dc 100644 --- a/docs/install_win.md +++ b/docs/install_win.md @@ -1,5 +1,16 @@ # Launching the **trains-server** Docker in Windows 10 +
+ +
+ +> **NOTE** These instructions are deprecated. See the [ClearML documentation](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) +> for up-to-date deployment instructions + +
+ +
+ For Windows, we recommend launching our pre-built Docker image on a Linux virtual machine. However, you can launch **trains-server** on Windows 10 using Docker Desktop for Windows (see the Docker [System Requirements](https://docs.docker.com/docker-for-windows/install/#system-requirements)).