Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 4ec00d4

Browse files
authored
update readme (#115)
1 parent b5cc65f commit 4ec00d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
<a href="https://hocus.dev/">Website</a> - <a href="https://hocus.dev/docs">Docs</a> - <a href="https://github.com/hocus-dev/hocus/issues/new/choose">Bug report</a> - <a href="https://join.slack.com/t/hocus-dev/shared_invite/zt-1yhsrtd84-lL7~bPl1Rd~_ZqVBzp2Ycg">Slack</a>
1313
</p>
1414

15-
**Hocus** is a self-hosted application that spins up ready-to-code, disposable development environments on your own servers in seconds. You define your dev environments as code and launch them instantly from your browser. It's a **self-hosted alternative** to **Gitpod** and **Github Codespaces**.
15+
**Hocus** is a self-hosted application that spins up ready-to-code, disposable development environments on your own servers in seconds. You define your dev environments as code and launch them instantly from your browser. It's a **self-hosted alternative** to **Gitpod** and **GitHub Codespaces**.
1616

1717
Hocus integrates with any Git provider that uses the SSH protocol, like GitHub, GitLab, BitBucket, or Gitea. It prebuilds dev environments on every commit for all branches like a CI system, enabling your team members to start coding with fresh, fully configured dev environments right away. Whether you're fixing a bug, building a new feature, or conducting a code review, Hocus has you covered.
1818

1919
## Features
2020

2121
![hocus-demo-3](https://user-images.githubusercontent.com/28019628/227723898-09a9ac73-ab36-4fb2-a008-ce81e047bb7a.gif)
2222

23-
- 💻 **Workspaces** - disposable, fully-configured development environments powered by [Firecracker](https://github.com/firecracker-microvm/firecracker) micro VMs, defined as code.
23+
- 💻 **Workspaces** - disposable, fully-configured development environments powered by VMs, defined as code.
2424
- 🏗️ **Prebuilds** - Hocus continuously builds your project like a CI system, so you can spin up a fresh dev environment in seconds and focus on coding rather than waiting.
2525
- 🤝 **Project Environment Variables** - Declare shared environment variables for your entire team, making collaboration easier.
2626
- 🔗 **VSCode Integration** - Connect to workspaces over SSH automatically with your local VSCode editor.
2727
- 🧙‍♂️ **Full Root Access** - Unlike Docker containers, Hocus workspaces are full-fledged VMs, giving you full control over your environment. You can use Docker and nested KVM, run [LocalStack](https://github.com/localstack/localstack), or even deploy [Kubernetes](https://github.com/kubernetes/kubernetes);
28-
- 🔄 **Support for any Git provider that uses the SSH protocol** - Connect Hocus to Github, Gitlab, Bitbucket, Gitea, Gerrit, and others.
28+
- 🔄 **Support for any Git provider that uses the SSH protocol** - Connect Hocus to GitHub, Gitlab, Bitbucket, Gitea, Gerrit, and others.
2929
- 🚄 **Monorepo support** - Create multiple development environments for different projects in a single repository.
3030

3131
## Get Started
@@ -50,7 +50,7 @@ HOCUS_HOSTNAME="localhost" ops/bin/local-up.sh
5050

5151
It will bring up:
5252

53-
- the Hocus control plane, a [Remix](https://github.com/remix-run/remix) application;
53+
- The Hocus control plane, a [Remix](https://github.com/remix-run/remix) application;
5454
- [Temporal](https://temporal.io/), which is a workflow engine;
5555
- the Hocus agent, which is a Temporal worker;
5656
- [Postgres](https://www.postgresql.org/);

0 commit comments

Comments
 (0)