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

Admin Thoughts

Iain C Docherty edited this page Feb 11, 2016 · 9 revisions

Admin thoughts

  • The build process could perhaps be simplified. e.g. have a non-overlapping repository. All common code would be in the LSO repository, specific code for the environments (PT or US1), for example config or Cult code, would be in a separate repository. Most updates to the PT or US1 might then just be an update of the LSO code without a need to do merging across repositories.
  • Do we need to do anything better with the admin screens, or are they good enough?

Proposal for build procedure.

  • We retain the two repositories, Lacuna-Server-Open (LSO) and Lacuna-Server (LS) but change the contents and branches slightly.
  • LSO
    • LSO has a 'develop' branch rather like we have now. This is an eternal branch (never deleted) and contains any code we are developing for the next release.

Clone this wiki locally