Skip to content

Commit 100d871

Browse files
committed
add web ui to readme
1 parent 99ee6be commit 100d871

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

examples/openai/readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ nvm use 20
99

1010
brew install pnpm
1111

12+
# Install Restack Web UI
13+
14+
To install the Restack Web UI, you can use Docker.
15+
```
16+
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
17+
```
18+
1219
# Start pods
1320

1421
Where all your code is defined, including workflow steps.
@@ -44,6 +51,12 @@ flowchart TD
4451
P2 -->|sends status output | E
4552
```
4653

47-
# Deploy
54+
## Deploy on Restack
4855

4956
pnpm restack-up
57+
58+
To deploy the application on Restack, you can use the provided `restack_up.mjs` script. This script utilizes the Restack Cloud SDK to define and deploy your application stack. It sets up the necessary environment variables and configures the application for deployment.
59+
60+
To get started, ensure you have the required Restack Cloud credentials and environment variables set up. Then, run the script to initiate the deployment process.
61+
62+
For more detailed information on deploying your repository to Restack, refer to the [Restack Cloud deployment documentation](https://docs.restack.io/restack-cloud/deployrepo).

examples/posthog/readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ And OpenAI O1-preview to reason and create a digest in Markdown.
77

88
By default we retrieve all recodings from last 24 hours, so by scheduling the workflow to run every day we get a digest of all new recordings.
99

10+
# Install Restack Web UI
11+
12+
To install the Restack Web UI, you can use Docker.
13+
```
14+
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
15+
```
16+
1017
# Install dependencies
1118

1219
pnpm i
@@ -23,6 +30,12 @@ pnpm dev
2330

2431
pnpm schedule
2532

26-
# deploy
33+
## Deploy on Restack
2734

2835
pnpm restack-up
36+
37+
To deploy the application on Restack, you can use the provided `restack_up.mjs` script. This script utilizes the Restack Cloud SDK to define and deploy your application stack. It sets up the necessary environment variables and configures the application for deployment.
38+
39+
To get started, ensure you have the required Restack Cloud credentials and environment variables set up. Then, run the script to initiate the deployment process.
40+
41+
For more detailed information on deploying your repository to Restack, refer to the [Restack Cloud deployment documentation](https://docs.restack.io/restack-cloud/deployrepo).

0 commit comments

Comments
 (0)