docs.foss.global/docs/serve.zone/01. Get Started.md

9 lines
318 B
Markdown
Raw Normal View History

2025-01-24 02:39:54 +01:00
# serve.zone - Get Started
> the scalable infrastructure management platform
## Installation
serve.zone is setup and managed through a central piece of software called cloudly. You can run cloudly with docker like this:
```bash
docker run -d --name cloudly -p 8080:8080 code.foss.global/serve.zone/cloudly:latest
```