Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

GiantTreeLP/CloudNet-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudNet Installer

Test status GitHub issues GitHub stars GitHub license

Installer for the Cloud Network Environment Technology.

Uses pacapt for compatibility with as many distributions as possible.

Version

The installer installs the latest stable build of the CloudNet software.

Prequisites

curl has to be available to be able to download additional files.
bash is necessary for pacapt to work. This script has also only been tested with bash.

Debian-based distributions (Debian, Ubuntu, Linux Mint):

Just run this code before installing CloudNet:

apt update && apt install curl -y

Alpine-based distributions:

You need to add curl and bash manually:

apk add curl bash -y --no-cache

Installation

Simply copy and paste the following code into your shell:

curl -sL "https://git.groundmc.net/GiantTree/CloudNet-Installer/raw/branch/master/install.sh" | bash

Launching the installer as the root user checks and installs all necessary dependencies.
Launching the installer as a non-root user skips this step.

Compatibility

All tests have been conducted with the slim images available for Docker, where possible.

Distribution Version Tested/Compatible
Debian testing
Debian 10 (Buster)
Debian 9 (Stretch)
Debian 8 (Jessie)
Ubuntu 19.10 (Eoan Ermine)
Ubuntu 19.04 (Disco Dingo)
Ubuntu 18.10 (Cosmic Cuttlefish)
Ubuntu 18.04 (Bionic Beaver)
Ubuntu 16.04 (Xenial Xerus)
Alpine 3.9
Alpine 3.8
Alpine 3.7
Arch Linux Rolling
CentOS 7
Fedora 31
Fedora 30
Fedora 29
Fedora 28
Fedora 27
Fedora 26