Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 688 Bytes

Legend of the Green Dragon (Installer)

This repository offers a simple installation script for installing a running daenerys server.

Requirements

  • PHP in version 8.0 or newer
  • Available composer command
  • Directory must be writable.

Installation

To check if you fulfill the requirements, use php daenerys-install.php check.

Do install, use php daenerys-install.php install.

Run test server

Do run the internal test server (just for local installations!), use php daenerys-install.php run-test

Update packages

Do update packages, use composer update.

Uninstall

Do remove everything this script has been creating, use php daenerys-install.php clean.