Skip to content
This repository was archived by the owner on Sep 6, 2026. It is now read-only.

Reboot PT Server directory structure.

Iain C Docherty edited this page Feb 18, 2016 · 3 revisions

Directory structure on PT server

To support the reboot code, the PT server has had it's data directory reorganised. The server now has the ability to run both the legacy version of TLE and the reboot version.

The URL for the legacy version of TLE is at http://pt.lacunaexpanse.com

The URL for the reboot version is at http://prime.lacunaexpanse.com

The directory structure is as follows.

/data/
  |
  +- Lacuna-Captcha
  |
  +- Lacuna-Server
  |
  +- Lacuna-Server-Open
  |
  +- Lacuna-Server-Private
  |

Lacuna-Server

This directory supports the legacy version of TLE, it is released from the pt branch of the Lacuna-Server-Open repository. (Sorry for the confusion over names, but this will be resolved once the legacy version is turned off)

Lacuna-Server-Open

This directory supports the reboot version of TLE, it is released from the pt-reboot branch of the Lacuna-Server-Open repository. (When the legacy system is turned off, this will be the correct directory name)

Lacuna-Server-Private

This directory just contains confidential information, such as config files, from the pt branch of the Lacuna-Server repository. (When legacy is turned off, this will be renamed Lacuna-Server)

Lacuna-Captcha

This directory is no longer updated from a repository, it just contains the auto-generated captcha files for both the legacy and the reboot servers.

Clone this wiki locally