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 e4334d34641dbed37b547f78a958cdcd3de54be0 Author: Rohit Yadav <[email protected]> AuthorDate: Tue May 14 07:59:52 2024 +0100 Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a6c28a..da152f5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ -# [c8k.in](https://github.com/cloudstack/c8k.in) +# [c8k.in](https://github.com/cloudstack/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) +> Only supports CloudStack installation on Ubuntu with x86_64 KVM and tested with Ubuntu 22.04 LTS (x86_64). Please use this on a throwaway host or a VM (with hardware acceleration) that wouldn't hurt you to lose, in an [RFC1918 local private network](https://en.wikipedia.org/wiki/Private_network). -One-liner installer for [Apache CloudStack](https://cloudstack.apache.org), just copy and run the following as `root` user: +To install and deploy [CloudStack](https://cloudstack.apache.org), just copy and run the following as `root` user: ```bash curl -sL https://c8k.in/stall.sh | bash ``` +Here's how you should really run it though: + +```bash +curl -o install.sh https://c8k.in/stall.sh +cat install.sh | more # to read it +bash -x install.sh # to also see what it's doing +``` + > [!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 [...] @@ -24,4 +32,4 @@ Created by [@rohityadavcloud](https://github.com/rohityadavcloud) as part of a h [Discuss further here](https://github.com/apache/cloudstack/discussions) -Source: [https://github.com/cloudstack/c8k.in](https://github.com/cloudstack/c8k.in) +Get Source or Report an issue: [https://github.com/cloudstack/c8k.in](https://github.com/cloudstack/c8k.in)
