From 6f9e38d53eb26afc613a565a3746ee9120d3b873 Mon Sep 17 00:00:00 2001 From: yplilya <73605153+yplilya@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:46:11 +0100 Subject: [PATCH 1/2] Update enterprise.md changed beta to latest in docker pull request --- src/content/docs/guides/enterprise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/guides/enterprise.md b/src/content/docs/guides/enterprise.md index 2cdaee8..cb0ce1d 100644 --- a/src/content/docs/guides/enterprise.md +++ b/src/content/docs/guides/enterprise.md @@ -15,7 +15,7 @@ The enterprise plan is designed for teams who want to have full control over the Run the following in your terminal: ``` -docker pull smallcloud/refact_self_hosting_enterprise:beta +docker pull smallcloud/refact_self_hosting_enterprise:latest wget https://docs.refact.ai/docker-compose.yml ``` [Download](https://docs.refact.ai/docker-compose.yml) the `docker-compose.yml` file and run the docker `compose up` command in your terminal. @@ -62,4 +62,4 @@ For VS Code: go to “Settings” and specify the server address and Refact API For JetBrains: go to “Settings” and specify the server address and the Refact API key provided by your admin. -Once you connect the API key, start writing code, and code suggestions from a selected model will appear automatically. \ No newline at end of file +Once you connect the API key, start writing code, and code suggestions from a selected model will appear automatically. From a633fcb18374c8f0939004a5160c189638371437 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 16 Jan 2024 16:07:38 +0100 Subject: [PATCH 2/2] update enterprise guide & docker compose file --- public/docker-compose.yml | 2 +- src/content/docs/guides/enterprise.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/docker-compose.yml b/public/docker-compose.yml index 2da49b4..15a06e7 100644 --- a/public/docker-compose.yml +++ b/public/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: refact: - image: smallcloud/refact_self_hosting_enterprise:beta + image: smallcloud/refact_self_hosting_enterprise:latest volumes: - perm_storage:/perm_storage ports: diff --git a/src/content/docs/guides/enterprise.md b/src/content/docs/guides/enterprise.md index cb0ce1d..5dd429c 100644 --- a/src/content/docs/guides/enterprise.md +++ b/src/content/docs/guides/enterprise.md @@ -1,5 +1,5 @@ --- -title: Enterprise Refact Edition (Beta) +title: Enterprise Refact Edition description: What Enterprise Refact is and how it works. --- @@ -18,6 +18,9 @@ Run the following in your terminal: docker pull smallcloud/refact_self_hosting_enterprise:latest wget https://docs.refact.ai/docker-compose.yml ``` +:::note +If you have used the enterprise with a `beta` tag before, please ensure you use the `latest` tag from now. +::: [Download](https://docs.refact.ai/docker-compose.yml) the `docker-compose.yml` file and run the docker `compose up` command in your terminal. ## Generating a Random Admin Password