Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enterprise.md #27

Merged
merged 2 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 6 additions & 3 deletions src/content/docs/guides/enterprise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Enterprise Refact Edition (Beta)
title: Enterprise Refact Edition
description: What Enterprise Refact is and how it works.
---

Expand All @@ -15,9 +15,12 @@ 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
```
:::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
Expand Down Expand Up @@ -62,4 +65,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.
Once you connect the API key, start writing code, and code suggestions from a selected model will appear automatically.