Skip to content

Commit bc577fe

Browse files
committed
docs: emphasize passwordless sudo in requirements
1 parent 6cc0611 commit bc577fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

website/docs/2-getting-started/2-deploy-demo-app.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ infrastructure with secure internet access.
99
Before you begin, you'll need:
1010

1111
- **Uncloud CLI** [installed](1-install-cli.md) on your local machine
12-
- A **Ubuntu or Debian server** with **public IP address** and **SSH access** (as `root` or a user with `sudo`
13-
privileges) using a **private key**.
12+
- A **Ubuntu or Debian server** with **public IP address** and **SSH access** using a **private key** (as `root` or a
13+
user with **passwordless** `sudo` privileges).
1414

1515
:::tip Need a server?
1616

@@ -273,9 +273,11 @@ Add a CNAME record `excalidraw.example.com` in your DNS provider (Cloudflare, Na
273273
274274
:::info note
275275
276-
These instructions set up your own domain _in addition to_ uncloud's managed DNS service.
276+
These instructions set up your own domain **in addition to** the Uncloud managed DNS name
277+
`excalidraw.7za6s7.cluster.uncloud.run`.
277278
278-
If you want to avoid the managed service altogether, add `--no-dns` to your `uc machine init` command, and point an `A`-type DNS record to your server(s)'s IP(s).
279+
If you want to avoid the managed service altogether, add `--no-dns` to your `uc machine init` command, and point an A
280+
DNS record to your server(s)'s IP(s).
279281
280282
:::
281283

0 commit comments

Comments
 (0)