diff --git a/docs/docs/1-overview.md b/docs/docs/1-overview.md index 6ab0bcc4..8a3ecfeb 100644 --- a/docs/docs/1-overview.md +++ b/docs/docs/1-overview.md @@ -4,22 +4,22 @@ slug: / # Overview -Uncloud makes setting up a **Docker cluster** and **self-hosting web applications** in production dead simple. +Uncloud makes **self-hosting web applications** across multiple machines in production dead simple. -You can combine any machines — from cloud VMs to bare metal servers (no matter where they're located) — into a unified -computing environment that you fully control. Then run and scale multi-service and multi-container web apps and -databases across your machines using simple Docker-like commands -and [Docker Compose](https://docs.docker.com/reference/compose-file/) files. +You can connect any machines — from cloud VMs to bare metal servers (no matter where they're located) — into a secure +private network. Then run and scale multi-service and multi-container web apps and databases across your machines using +simple Docker-like commands and [Docker Compose](https://docs.docker.com/reference/compose-file/) files. Uncloud covers all the essentials for operating apps in production without overwhelming you with the complexity of traditional container orchestrators like Kubernetes or Swarm: +* Initial machine and network setup * Zero-downtime rolling deployments * Health checks and automatic restarts * Automatic HTTPS and reverse proxy configuration * Scaling services across multiple machines -* Cross-machine service communication -* Service discovery +* Cross-machine service communication without exposing ports to the internet +* DNS-based service discovery * Load balancing * Persistent storage @@ -44,7 +44,7 @@ Some of the common use cases Uncloud is a great fit for: ## What makes Uncloud different -Here are the design decisions that make Uncloud truly unique. +Here are the design decisions that make Uncloud stand out: ### Decentralised design diff --git a/docs/docs/2-getting-started/1-installation.md b/docs/docs/2-getting-started/1-install-cli.md similarity index 99% rename from docs/docs/2-getting-started/1-installation.md rename to docs/docs/2-getting-started/1-install-cli.md index db88bea3..1122c7e1 100644 --- a/docs/docs/2-getting-started/1-installation.md +++ b/docs/docs/2-getting-started/1-install-cli.md @@ -1,4 +1,4 @@ -# Installation +# Install CLI Install the Uncloud command-line utility to manage your machines and deploy apps using `uc` commands. You will run `uc` locally so choose the appropriate installation method for your operating system. diff --git a/website/index.html b/website/index.html index c676a3d8..140ff5fe 100644 --- a/website/index.html +++ b/website/index.html @@ -114,7 +114,7 @@

Take your Docker Compose apps to production with zero-downtime deployments, automatic - HTTPS, and cross-machine scaling. No rewrite or Kubernetes required. + HTTPS, and cross-machine scaling. No Kubernetes required.