-
-
Notifications
You must be signed in to change notification settings - Fork 709
Demo mode
This page documents some features of the Sandstorm demo mode, which is the mode in which demo.sandstorm.io runs. The code for demo mode is in the main Sandstorm repository but usually is not enabled.
The main purpose of the demo mode is to let people learn more about the Sandstorm platform by using a Sandstorm instance without having to think about registering for an account.
A secondary purpose, the code for which is not yet fully implemented, is to enable people to try out Sandstorm apps without having to think about registering for an account or "installing" the app.
A demo user and their data is deleted one hour after the user is created. To learn about how, read the code implementing the demo.
At the time of writing, the period of data deletion is not configurable.
Demo mode is mainly intended to run on demo.sandstorm.io, since the purpose is to show you what Sandstorm looks like before you've installed it. That said, you can enable it on your own installation.
To enable demo mode, add the following line to sandstorm.conf
:
ALLOW_DEMO_ACCOUNTS=true