This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:qclug_presentations:cloud_hosting_aws_heroku_openshift [2015/03/11 06:28] Root [Persistent Data] |
wiki:qclug_presentations:cloud_hosting_aws_heroku_openshift [2015/03/15 01:35] (current) Root |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Presentation ====== | ||
| + | |||
| + | {{wiki/qclug_presentations/cloud_hosting_aws_heroku_openshift.pdf}} | ||
| + | {{wiki/qclug_presentations/cloud_hosting_aws_heroku_openshift.odp}} | ||
| + | |||
| ====== OpenShift Demonstration Steps ====== | ====== OpenShift Demonstration Steps ====== | ||
| Line 109: | Line 114: | ||
| cd app-root/data/data | cd app-root/data/data | ||
| tar xf data-3-11-2015.tar.gz | tar xf data-3-11-2015.tar.gz | ||
| - | rm data-3-11-2015.tar.gz | + | rm -f data-3-11-2015.tar.gz |
| + | exit | ||
| </code> | </code> | ||
| Line 126: | Line 132: | ||
| <code>rhc ssh dokuwiki</code> | <code>rhc ssh dokuwiki</code> | ||
| - | The persistent date storage location for your application can be accessed in your deploy scripts by using the following environment variable: | + | The persistent data storage location for your application can be accessed in your deploy scripts by using the following environment variable: |
| <code>$OPENSHIFT_DATA_DIRs</code> | <code>$OPENSHIFT_DATA_DIRs</code> | ||