MANDATORY PRE-REQUISITE STEPS (NEEDED BY ALL DEMOS BELOW)
Perform step 1 or 2 below according to your experience and apply the overrides to your StackScript as described below for your desired demo type before you click "Create Linode"
QUICK DEMO OVERRIDE EXAMPLES
Once you have performed the mandatory steps above you can action specific demos by overriding the mentioned settings in the StackScript before you deploy it. By overriding different settings as described below, you will deploy different application types using the same StackScript.
Demo 1 (StackScript overrides for a moodle demo install)
- Once the application is installed, the username is "webmaster" and the password is "mnbcxz098321QQQZZZ"
set "The Display name for your website e.g. My Demo Website" to "My Opensocial Demo" set "APPLICATION" to "moodle" set "BASELINE DB REPOSITORY" to "moodledemo-db-baseline" (with sample data) or "opensocialvanilla-db-baseline" (without sample data) set "APPLICATION BASELINE SOURCECODE REPOSITORY" to "moodledemo-webroot-sourcecode-baseline" (with sample data) or "opensocialvanilla-webroot-sourcecode-baseline" (without sample data)
If you are using the cloud-init method raher than StackScript these you should set
export WEBSITE_DISPLAY_NAME="My Opensocial Demo" export APPLICATION="moodle" export BASELINE DB REPOSITORY="moodledemo-db-baseline" export APPLICATION BASELINE SOURCECODE REPOSITORY="moodledemo-webroot-sourcecode-baseline"
Once the application is installed you can go to its URL in your browser
https://<dns-url>/index.php