Personal copy of unit3d installer. Changes may have been made to original package. Use at your own risk!!!
Go to file
Eric Lay 1d23fba328 first 2025-01-18 06:24:08 +00:00
src first 2025-01-18 06:24:08 +00:00
tests first 2025-01-18 06:24:08 +00:00
tools first 2025-01-18 06:24:08 +00:00
README.md first 2025-01-18 06:24:08 +00:00
artisan first 2025-01-18 06:24:08 +00:00
box.json first 2025-01-18 06:24:08 +00:00
composer.json first 2025-01-18 06:24:08 +00:00
composer.lock first 2025-01-18 06:24:08 +00:00
install.sh first 2025-01-18 06:24:08 +00:00
phpunit.xml first 2025-01-18 06:24:08 +00:00
ubuntu.sh first 2025-01-18 06:24:08 +00:00

README.md

UNIT3D Community Edition Installer

🎉A Big Thanks To All Our Contributors and Sponsors🎉

NOTE: This only works for a fresh server with nothing on it but a new OS install!

This Repository

Installer for the UNIT3D-Community-Edition.

Officially Supported OS's

  • Ubuntu 22.04 LTS (Jammy Jellyfish)
  • Ubuntu 20.04 LTS (Focal Fossa)

Unstable WIP

  • Ubuntu 24.04 LTS (Noble Numbat)

We offer install and tuning services for a small price if not comfortable installing and tuninng server yourself. Otherwise if want to install yurself run commannd below.

To install run the following: (and follow the instructions. must be a fresh deicated server with nothing on it besides supported OS. Also must have a proper valid domain pointing to your server IP via A RECORD and CNAME for www)

sudo apt -y install git
git clone https://github.com/HDInnovations/UNIT3D-Installer.git installer
cd installer
sudo ./install.sh

NOTE: If you are running UNIT3D-Community-Edition on a non HTTPS instance you MUST change the following configs.

.env  <-- SESSION_SECURE_COOKIE must be set to false
config/secure-headers.php   <-- HTTP Strict Transport Security must be set to false
config/secure-headers.php   <-- Content Security Policy must be disabled

Suggestions and/or Bug Reporting

We encourage the use of GitHub Issues!