Skip to content

Commit e4334d3

Browse files
authored
Update README.md
1 parent 75d6022 commit e4334d3

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
# [c8k.in](https://github.com/cloudstack/c8k.in)
1+
# [c8k.in](https://github.com/cloudstack/c8k.in): One-liner installer for [Apache CloudStack](https://cloudstack.apache.org)
22

33
> [!NOTE]
4-
> Only supports CloudStack on Ubuntu with x86_64 KVM and tested with Ubuntu 22.04 LTS (x86_64)
4+
> 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).
55
6-
One-liner installer for [Apache CloudStack](https://cloudstack.apache.org), just copy and run the following as `root` user:
6+
To install and deploy [CloudStack](https://cloudstack.apache.org), just copy and run the following as `root` user:
77

88
```bash
99
curl -sL https://c8k.in/stall.sh | bash
1010
```
1111

12+
Here's how you should really run it though:
13+
14+
```bash
15+
curl -o install.sh https://c8k.in/stall.sh
16+
cat install.sh | more # to read it
17+
bash -x install.sh # to also see what it's doing
18+
```
19+
1220
> [!IMPORTANT]
1321
> 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.
1422
@@ -24,4 +32,4 @@ Created by [@rohityadavcloud](https://github.com/rohityadavcloud) as part of a h
2432

2533
[Discuss further here](https://github.com/apache/cloudstack/discussions)
2634

27-
Source: [https://github.com/cloudstack/c8k.in](https://github.com/cloudstack/c8k.in)
35+
Get Source or Report an issue: [https://github.com/cloudstack/c8k.in](https://github.com/cloudstack/c8k.in)

0 commit comments

Comments
 (0)