Skip to content

Commit 1098563

Browse files
committed
readme images
1 parent aa188f8 commit 1098563

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Diff for: examples/defense_quickstart_news_scraper_summarizer/README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ First, install the Restack Web UI and Engine using Docker:
6262
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
6363
```
6464

65-
- Required for any function and workflow to run as the orchestration layer
66-
- The UI See all your workflow runs
65+
- Required for any function and workflow execution as the orchestration layer
66+
- Access the Web UI at http://localhost:5233 to monitor workflow runs, view logs, and manage functions
67+
68+
![Restack Engine UI](./restack-engine-ui.png)
69+
6770

6871
### 2. Set Up Backend with Restack AI
6972

@@ -130,6 +133,8 @@ pnpm run dev
130133

131134
Visit [http://localhost:3000](http://localhost:3000) to see the application.
132135

136+
![Restack Engine UI](./frontend.png)
137+
133138
## Deploy on Restack Cloud
134139

135140
To deploy the example on Restack Cloud, follow these steps:
@@ -182,11 +187,13 @@ For detailed deployment information, see the [Restack Cloud documentation](https
182187

183188
6. Go back to [Restack Cloud](https://console.restack.io)
184189

185-
You will see the following deployed:
190+
Your deployment will include:
191+
192+
- A frontend application
193+
- A backend service
194+
- A Restack Engine instance connected to your cloud engine
186195

187-
- frontend
188-
- backend
189-
- restack_engine (connected to your cloud engine)
196+
![Restack Engine UI](./restack-cloud-overview.png)
190197

191198
## Contributing
192199

Loading
Loading
Loading

0 commit comments

Comments
 (0)