Skip to content

Commit 8df4b7d

Browse files
committed
2 parents 2ef391c + 7d22232 commit 8df4b7d

25 files changed

Lines changed: 1163 additions & 898 deletions

docs/docs/docker-compose-setup.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@ After running the Docker Compose command:
119119
- **MongoDB** (if using with-mongodb): `mongodb://localhost:27017` (not HTTP - use MongoDB clients like MongoDB Compass or mongosh)
120120
- **API Documentation**: `http://localhost:8000/docs`
121121

122+
## Next Steps
123+
124+
Now that your Exosphere services are running, continue with these guides:
125+
126+
- **[Create a Node](./exosphere/register-node.md)** – Learn how to define and register your own node.
127+
- **[Create a Runtime](./exosphere/create-runtime.md)** – Set up and configure your runtime environment.
128+
- **[Create a Graph](./exosphere/create-graph.md)** – Build workflows by connecting nodes together.
129+
- **[Trigger a Graph](./exosphere/trigger-graph.md)** – Execute your workflows and monitor their progress.
130+
131+
122132
## Development Commands
123133

124134
=== "Cloud Mongodb"
@@ -257,6 +267,7 @@ You can validate your docker-compose configuration before starting services:
257267
| `NEXT_PUBLIC_DEFAULT_NAMESPACE` | Default namespace for workflows | `default` |
258268

259269
> **🔒 Security Note**: The dashboard now uses **Server-Side Rendering (SSR)** for enhanced security:
270+
>
260271
> - **API keys are never exposed** to the browser
261272
> - **All API calls go through** secure server-side routes
262273
> - **Production-ready security** architecture
@@ -458,27 +469,6 @@ alias 'docker compose'='docker-compose'
458469

459470
4. **SDK connection issues**: Make sure `EXOSPHERE_STATE_MANAGER_URI` points to the correct URL and `EXOSPHERE_API_KEY` matches your `STATE_MANAGER_SECRET`. The `EXOSPHERE_API_KEY` value is checked for equality with the `STATE_MANAGER_SECRET` value when making API requests.
460471

461-
## Next Steps
462-
463-
Once your Exosphere instance is running:
464-
465-
1. **Set up your SDK environment variables**:
466-
```bash
467-
export EXOSPHERE_STATE_MANAGER_URI=http://localhost:8000
468-
export EXOSPHERE_API_KEY=exosphere@123
469-
```
470-
471-
2. **Install the Python SDK**:
472-
```bash
473-
uv add exospherehost
474-
```
475-
476-
3. **Create your first workflow** following the [Getting Started Guide](https://docs.exosphere.host/getting-started)
477-
478-
4. **Explore the dashboard** at `http://localhost:3000`
479-
480-
5. **Check out the API documentation** at `http://localhost:8000/docs`
481-
482472
## Support
483473

484474
- [Documentation](https://docs.exosphere.host)

docs/docs/exosphere/api-changes.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)