Readonly Demo of Voxel Globe - ngageoint/voxel-globe GitHub Wiki

How to create a read only demo

TODO

  1. Start all services except celery
  2. Make the storage, tmp, and image directories read only
  3. Make the database readonly?
  4. Optional: Disable DEBUG flags. This is necessary if you want to protect the website encryption which you would when exposing the service to the internet. For internal private networks, this is less important