Index of /

[ICO]NameLast modifiedSizeDescription

[TXT]README.html2024-01-23 14:47 1.6K 
[   ]RPM-GPG-KEY2016-11-12 15:02 1.7K 
[DIR]archive/2016-05-16 22:34 -  
[DIR]arm64/2023-04-19 10:12 -  
[DIR]centos/2024-02-05 11:55 -  
[DIR]centos7/2024-02-05 11:43 -  
[DIR]cks/2024-01-24 13:47 -  
[DIR]el/2024-02-05 11:55 -  
[DIR]foss/2017-03-07 22:40 -  
[DIR]jenkins/2020-05-25 15:08 -  
[DIR]primate/2021-06-22 09:56 -  
[   ]release.asc2019-03-22 19:05 1.6K 
[DIR]releases/2019-11-24 14:07 -  
[DIR]rhel/2021-01-11 11:15 -  
[DIR]rpi/2021-03-09 11:23 -  
[DIR]rpi4/2023-04-19 10:12 -  
[DIR]suse/2021-11-10 15:00 -  
[DIR]systemvm/2024-03-04 13:43 -  
[DIR]templates/2022-02-28 06:51 -  
[DIR]testing/2024-03-07 23:17 -  
[DIR]tools/2016-04-14 11:36 -  
[DIR]ubuntu/2015-12-29 19:26 -  

COMMUNITY CLOUDSTACK PACKAGE REPOSITORY

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.

DEB: Ubuntu

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.

RPM: RHEL-derivative

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 by eg 4.17, 4.18, etc.

Source code

Source packages are not published, but you can get the source from the CloudStack GIT repository at: github.com/apache/cloudstack

Thank you

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.