You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,15 @@ This repository contains instructions and configuration for running your own uni
8
8
-[EC2 instructions](ec2/README.md) to use Terraform (or OpenTofu) to deploy to to AWS EC2 instances
9
9
-[EKS instructions](eks/README.md) to use Terraform (or OpenTofu) to deploy on a Kubernetes cluster via AWS Elastic Kubernetes Service (EKS) and deploy Unison Cloud on the resulting Kubernetes cluster.
10
10
11
+
## Prerequisites
11
12
13
+
In order to create and use your own Unison Cloud cluster, you will need:
14
+
15
+
- A [unison.cloud](https://unison.cloud) account with an [active subscription](https://www.unison.cloud/signup/?plan=Starter).
16
+
17
+
- UCM must be installed, you can see our [quickstart guide](https://www.unison-lang.org/docs/quickstart/) for setting that up.
18
+
19
+
- You have to have recently run `auth.login` inside UCM.
0 commit comments