Skip to content

Commit c575c46

Browse files
docs: Align Cloud install command, trial wording, and setup flow across pages (#562)
1 parent c9cd420 commit c575c46

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/04-get-started/02-quickstart.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,30 @@ If the agent fails to reload the app, you can always hit the `R` key to force a
8181

8282
## Deploy the app to the cloud
8383

84-
To deploy your app to Serverpod Cloud, you will need to create an account and set up a new project in Serverpod Cloud. Head to the **[Serverpod Cloud Console](https://console.serverpod.cloud/)** and follow the instructions there. You get a 1-month free trial. No credit card required.
84+
Deploy your app to **[Serverpod Cloud](/cloud)**, a fully managed platform built by the Serverpod team. Your first project includes a one-month free trial, with no credit card required.
8585

86-
Install the Serverpod Cloud command line tools:
86+
Create your Cloud account on the **[Serverpod Cloud Console](https://console.serverpod.cloud/)**, then install the Serverpod Cloud command line tools:
8787

88-
```txt
89-
$ dart install serverpod_cloud_cli
88+
```bash
89+
$ dart pub global activate serverpod_cloud_cli
9090
```
9191

92-
With the Serverpod Cloud project set up and the CLI tools installed, you can deploy your backend and web app using the `scloud launch` command:
92+
From your project's root folder, launch your app:
9393

94-
```txt
94+
```bash
9595
$ scloud launch
9696
```
9797

98-
After the project has been uploaded for the first time, use the `deploy` command whenever you make changes to your project:
98+
This creates the Cloud project, provisions a database, and deploys your backend along with the web build of your app.
9999

100-
```txt
100+
After the first launch, redeploy changes with:
101+
102+
```bash
101103
$ scloud deploy
102104
```
103105

104106
:::tip
105107

106-
In the Serverpod Cloud console, open Serverpod Insights to view server logs, CPU usage, and other information.
108+
In the **[Serverpod Cloud Console](https://console.serverpod.cloud/)**, open Serverpod Insights to view server logs, CPU usage, and other information.
107109

108110
:::

docs/08-deployments/01-deploy-to-serverpod-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cloud manages the production infrastructure for you:
2525

2626
You deploy with the `scloud` CLI:
2727

28-
1. Install the `scloud` CLI.
28+
1. Install the `scloud` CLI with `dart pub global activate serverpod_cloud_cli`.
2929
2. Run `scloud launch`. It creates the Cloud project, provisions a database if you enable one, and deploys your server.
3030
3. Set any app secrets (API keys, OAuth credentials) with `scloud password set`.
3131

0 commit comments

Comments
 (0)