-
-
Notifications
You must be signed in to change notification settings - Fork 4
Other
IDMarinas edited this page Oct 3, 2020
·
1 revision
If you want to install the game without creating your own customization (without using the skeleton) it is possible to install the game, downloading the zip from zip releases (tip: download the zip of the most recent version).
- Unzip and upload files to your server.
- Start the installation of the game by accessing the URL:
https://your.site/installer.php
- Follow all the steps shown on the screen.
- Potential errors:
- When accessing your installation, an error is registered that a class (or classes) cannot be found. For example 'Lotgd\Local\Entity\ModInventory'.
- These are mainly errors of not finding module classes.
- Solution:
- Delete the 'vendor/' folder
- Run
composer install --no-dev --preferer-dist --no-interaction --optimize-autoloader --no-plugins --no-scripts
in the game installation folder on your server, this
- This should solve the problem.
- When accessing your installation, an error is registered that a class (or classes) cannot be found. For example 'Lotgd\Local\Entity\ModInventory'.