This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
commit 61c5650908459581f84699bcdb609226ea8be498 Author: Rohit Yadav <[email protected]> AuthorDate: Mon May 13 23:31:21 2024 +0100 Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3d592..7f24697 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # c8k.in -One-liner installer for [Apache CloudStack](https://cloudstack.apache.org) +> [!NOTE] +> Only supports CloudStack on Ubuntu with x86_64 KVM and tested with Ubuntu 22.04 LTS (x86_64) + +One-liner installer for [Apache CloudStack](https://cloudstack.apache.org), just copy the run the following as `root` user: ```bash curl -sSfL https://c8k.in/stall.sh | bash ``` + +> [!IMPORTANT] +> 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 [...] + +Created by [@rohityadavcloud](https://github.com/rohityadavcloud) as part of a hackathon.
