Skip to content

Commit 61c5650

Browse files
authored
Update README.md
1 parent f91eba0 commit 61c5650

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# c8k.in
22

3-
One-liner installer for [Apache CloudStack](https://cloudstack.apache.org)
3+
> [!NOTE]
4+
> Only supports CloudStack on Ubuntu with x86_64 KVM and tested with Ubuntu 22.04 LTS (x86_64)
5+
6+
One-liner installer for [Apache CloudStack](https://cloudstack.apache.org), just copy the run the following as `root` user:
47

58
```bash
69
curl -sSfL https://c8k.in/stall.sh | bash
710
```
11+
12+
> [!IMPORTANT]
13+
> This deploys an all-in-a-box CloudStack installation that has the CloudStack management & usage server, CloudStack agent, MySQL DB, NFS and KVM on a single Linux host and is only useful for anyone who just wants to try CloudStack on a host or a VM, but does not want to [read the official docs](https://docs.cloudstack.apache.org). It makes several assumptions about the IaaS deployment, and tries to figure out host's network setup so the deployment could work out of the box. This is not advised for production deployment.
14+
15+
Created by [@rohityadavcloud](https://github.com/rohityadavcloud) as part of a hackathon.

0 commit comments

Comments
 (0)