/OpenDeployer

this rest contains the basis for the server setup.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

📋 OpenDeployer 📃

platform: osx 12.4 platform: osx 10.14.16 platform: debian bullseye 42 login: mathmart

This repository will contain open source code that will allow users to configure the base of their servers BasicMinecraftDeployer.sh is a bash program that will install the dependencies needed to start your minecraft server

🏗️ How to use:

Prerequisites for downloading :

#update sources
apt-get update -y && apt-get upgrade -y

#If you want to download via github
apt-get install -y git

#if you want to download via curl
apt-get install -y curl

Download the desired file :

#With git
git clone https://github.com/mmartini42/OpenDeployer.git

#With curl
curl -LO https://raw.githubusercontent.com/mmartini42/OpenDeployer/main/BasicMinecraftDeployer.sh

Executing the file :

cd OpenDeployer
bash BasicMinecraftDeployer.sh

#If you use curl you can execute instantly
bash -c "$(curl -fsSL https://raw.githubusercontent.com/mmartini42/OpenDeployer/main/BasicMinecraftDeployer.sh)"

⚖️ Copyright

Mathis Martini (mmartini42) © 2022