Skip to content

Readonly Demo of Voxel Globe

Andy Neff edited this page Apr 20, 2016 · 3 revisions

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

Clone this wiki locally