| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Quick deployment of Apache CloudStack 4.20 on any Ubuntu LTS or Docker for local testing.
There is also an upgrade script for version 4.22, required due to a bug that prevented direct deployment of the latest version.
curl -s https://raw.githubusercontent.com/davift/lazy-cloudstack/refs/heads/main/auto-install.sh | sudo bashcurl -s https://raw.githubusercontent.com/davift/lazy-cloudstack/refs/heads/main/auto-nuke.sh | sudo bashcurl -s https://raw.githubusercontent.com/davift/lazy-cloudstack/refs/heads/main/auto-pave.sh | sudo bashcurl -s https://raw.githubusercontent.com/davift/lazy-cloudstack/refs/heads/main/auto-upgrade.sh | sudo bashdocker build -t lazy-cloudstack:4.20 .docker run --rm -d --name acs.local --hostname acs.local --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw -p 8080:8080 -p 8250:8250 --cgroupns=host lazy-cloudstack:4.20docker exec -it acs.local tail -n 200 -f /var/log/cloudstack/management/management-server.logStatic IP requirement
Running ACS in containers (LXC / Docker)
The Dockerfile on the root of the repository build a container that runs systemd and that is why it needs to be privileged.
| Back | FazBrowse Home | New Git URL |