Name | Last modified | Size | Description | |
---|---|---|---|---|
README.html | 2024-01-23 14:47 | 1.6K | ||
RPM-GPG-KEY | 2016-11-12 15:02 | 1.7K | ||
archive/ | 2016-05-16 22:34 | - | ||
arm64/ | 2024-09-06 08:31 | - | ||
centos/ | 2024-02-05 11:55 | - | ||
centos7/ | 2024-02-05 11:43 | - | ||
cks/ | 2024-07-25 19:05 | - | ||
el/ | 2024-02-05 11:55 | - | ||
foss/ | 2017-03-07 22:40 | - | ||
jenkins/ | 2020-05-25 15:08 | - | ||
primate/ | 2021-06-22 09:56 | - | ||
release.asc | 2019-03-22 19:05 | 1.6K | ||
releases/ | 2019-11-24 14:07 | - | ||
rhel/ | 2021-01-11 11:15 | - | ||
rpi/ | 2021-03-09 11:23 | - | ||
rpi4/ | 2024-09-06 08:31 | - | ||
suse/ | 2021-11-10 15:00 | - | ||
systemvm/ | 2024-03-04 13:43 | - | ||
templates/ | 2022-02-28 06:51 | - | ||
testing/ | 2024-10-25 14:52 | - | ||
tools/ | 2024-05-22 10:57 | - | ||
ubuntu/ | 2015-12-29 19:26 | - | ||
This repository contains community packages builds from the Apache CloudStack project.
The purpose of this repository is to give (new) users an easy way to install CloudStack using apt or yum on DEB and RPM based systems.
These packages are built by the community of the Apache CloudStack project. These builds are not released by the ASF.
To use this repositorty for DEB, execute the following commands:
export RELEASE=4.18 echo "deb https://download.cloudstack.org/ubuntu $(lsb_release -s -c) ${RELEASE}"|sudo tee /etc/apt/sources.list.d/cloudstack.list wget -O - https://download.cloudstack.org/release.asc|sudo apt-key add - sudo apt-get update
N.B.: Replace RELEASE by eg 4.17, 4.18, etc.
To use this repository for RPM:
sudo vi /etc/yum.repos.d/cloudstack.repo
Now add these contents:
[cloudstack] gpgcheck=1 humanname=CloudStack key_url=https://download.cloudstack.org/release.asc name=CloudStack baseurl=https://download.cloudstack.org/centos/8/
N.B.: Replace
Source packages are not published, but you can get the source from the CloudStack GIT repository at: github.com/apache/cloudstack
A thank you to the Apache CloudStack community for providing these packages!
Also a thank you to CDN77 for providing CDN capacity for this repository.