Skip to content

Commit aee1d34

Browse files
committed
Update Build your own Cloud instructions
1 parent 95d2606 commit aee1d34

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

quick-start/build-your-own-cloud.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,18 @@ Once you've initialized the control plane, create a new user and sign into the c
2828

2929
You'll now need to lease instance(s) for the data plane. The easiest way to do this is to lease an instance from a bare metal provider. Hetzner has server auctions available, where you pay monthly for bare metal: [https://www.hetzner.com/sb](https://www.hetzner.com/sb)
3030

31+
Once you lease instance(s), update the `.env` file with the following environment
32+
variables:
33+
- `HETZNER_USER`
34+
- `HETZNER_PASSWORD`
35+
- `HETZNER_SSH_PUBLIC_KEY`
36+
- `HETZNER_SSH_PRIVATE_KEY`
37+
3138
## Cloudify your instance(s)
3239

33-
Run the following script for each instance you'd like to cloudify. By default, the script cloudifies bare metal instances leased from Hetzner. After you cloudify your instance(s), you can provision and manage resources.
40+
Run the following script for each instance you'd like to cloudify. Currently, the script cloudifies bare metal instances leased from Hetzner only. After you cloudify your instance(s), you can provision and manage resources on these machines.
3441

3542
```bash
36-
# Enter hostname/IP and provider, and install SSH key as instructed by script
3743
docker exec -it ubicloud-app ./demo/cloudify_server
3844
```
3945

0 commit comments

Comments
 (0)