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
<divstyle="font-weight: bold; margin-bottom: 5px; color: lightgray;">Schedule a sync:</div>
59
-
<divstyle="padding: 20px; font-family: 'Fira Code', 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;"title="This creates a schedule sync which runs every 15 minutes. The sync loads the config for the apps from Git, creates new apps and checks whether there are any config or code change for any of the existing apps and applies the changes."id="code3">
58
+
<divstyle="font-weight: bold; margin-bottom: 10px; color: lightgray;">Schedule a sync:</div>
59
+
<divstyle="padding-inline: 20px; padding-top: 5px; padding-bottom: 20px; font-family: 'Fira Code', 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;"title="This creates a schedule sync which runs every 15 minutes. The sync loads the config for the apps from Git, creates new apps and checks whether there are any config or code change for any of the existing apps and applies the changes."id="code3">
<divstyle="margin-top: 5px; margin-bottom: 5px; text-align: center;font-size: 16px; color: lightgray;">Starts a background sync which automatically creates new apps and updates existing apps, reading latest app config and code from Git.</div>
Copy file name to clipboardExpand all lines: content/blog/intro.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Clace is in a beta state currently. Custom application support is functional. Su
47
47
```shell
48
48
curl -sSL https://clace.io/install.sh | sh
49
49
```
50
+
50
51
Start a new terminal (to get the updated env) and run `clace server start` to start the Clace service.
51
52
52
53
To install apps declaratively, run
@@ -55,7 +56,7 @@ To install apps declaratively, run
55
56
clace apply --approve github.com/claceio/clace/examples/utils.star all
56
57
```
57
58
58
-
Open https://localhost:25223 to see app listing. `admin` is the username, use the password printed by the install script. See [installation]({{< ref "installation" >}}) for details.
59
+
Open https://localhost:25223 to see app listing. See [installation]({{< ref "installation" >}}) for details.
0 commit comments