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 baselined Opensocial demo)
- 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 "drupal" set "BASELINE DB REPOSITORY" to "opensocial-db-baseline" (with sample data) or "opensocialvanilla-db-baseline" (without sample data) set "APPLICATION BASELINE SOURCECODE REPOSITORY" to "opensocial-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="drupal" export BASELINE DB REPOSITORY="opensocial-db-baseline" export APPLICATION BASELINE SOURCECODE REPOSITORY="opensocial-webroot-sourcecode-baseline"
NOTE: If you get an error message "The website encountered an unexpected error. Try again later" from Drupal CMS once it is installed you need to "clear all caches" which you can do by running
${BUILD_HOME}/helperscripts/TruncateDrupalCache.sh
on your new build machine.