EngineGP - automatic installation
Go to file
Sergei Solovev 652d729fbf
Minor edits (#43)
Added installation of the jq package for working with json
Changed the ProFTPD setting to work with the GitHub API
Changed the default php version from 7.4 to 8.2
And other cosmetic edits
2024-09-07 19:29:26 +03:00
install.sh Minor edits (#43) 2024-09-07 19:29:26 +03:00
LICENSE Update License and Copyright in file 2024-03-10 11:55:31 +03:00
README.md Update README.md (#42) 2024-08-31 23:43:53 +03:00

Automatic installation for EngineGP

This shell script allows you to:

  • Install EngineGP in automatic mode;
  • Set up a location (unit);
  • Download game servers.

Supported systems:

  • GNU/Linux: Debian 11, 12
  • GNU/Linux: Ubuntu 22.04, 24.04

Important

The architecture and bit depth of x86_64 are required.

Starting the auto installer:

Update indexes and packages

apt -y update && apt -y upgrade

Install GIT

apt -y install git

Clone the repository

git clone https://github.com/EngineGPDev/Autoinstall.git

Make the installation file executable

chmod +x ./Autoinstall/install.sh

Run automatic installation

./Autoinstall/install.sh

Automatic installation keys:

Forcibly specifying an IP address

./Autoinstall/install.sh --ip 192.0.2.0

Note

Instead of 192.0.2.0, you need to substitute your IP address.

Choosing the php version

./Autoinstall/install.sh --php 7.4

Note

Instead of 7.4, you need to substitute the desired php version;
Supported php versions: 7.4, 8.0, 8.1, 8.2

Selecting the working branch of the panel

./Autoinstall/install.sh --branch main

Note

main - the current stable version;
beta - current beta version;
develop - future beta version.