summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-22 12:03:14 -0400
committerGitHub <noreply@github.com>2017-06-22 12:03:14 -0400
commit6c0760068922d06ca161d833c1e9dc442ab8960e (patch)
tree034db0134acabc525164c2aa23114a3c06965836 /roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md
parente18bd4fbe1b8035e87140390c0c27c73282b5ea3 (diff)
parentaa6b6a0912b7404288f907baf5c72d481ef1b902 (diff)
downloadopenshift-6c0760068922d06ca161d833c1e9dc442ab8960e.tar.gz
openshift-6c0760068922d06ca161d833c1e9dc442ab8960e.tar.bz2
openshift-6c0760068922d06ca161d833c1e9dc442ab8960e.tar.xz
openshift-6c0760068922d06ca161d833c1e9dc442ab8960e.zip
Merge pull request #4528 from mtnbikenc/update-templates
Update template examples for 3.6
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md')
-rw-r--r--roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md b/roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md
index f48d8d4a8..6d2ccbf7f 100644
--- a/roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md
+++ b/roles/openshift_examples/files/examples/v3.6/quickstart-templates/README.md
@@ -17,6 +17,7 @@ instantiating them.
* [Dancer persistent](https://raw.githubusercontent.com/openshift/dancer-ex/master/openshift/templates/dancer-mysql-persistent.json) - Provides a basic Dancer (Perl) application with a persistent MySQL database. Note: requires available persistent volumes. For more information see the [source repository](https://github.com/openshift/dancer-ex).
* [Django](https://raw.githubusercontent.com/openshift/django-ex/master/openshift/templates/django-postgresql.json) - Provides a basic Django (Python) application with a PostgreSQL database. For more information see the [source repository](https://github.com/openshift/django-ex).
* [Django persistent](https://raw.githubusercontent.com/openshift/django-ex/master/openshift/templates/django-postgresql-persistent.json) - Provides a basic Django (Python) application with a persistent PostgreSQL database. Note: requires available persistent volumes. For more information see the [source repository](https://github.com/openshift/django-ex).
+* [Httpd](https://raw.githubusercontent.com/openshift/httpd-ex/master/openshift/templates/httpd.json) - Provides a basic Httpd static content application. For more information see the [source repository](https://github.com/openshift/httpd-ex).
* [NodeJS](https://raw.githubusercontent.com/openshift/nodejs-ex/master/openshift/templates/nodejs-mongodb.json) - Provides a basic NodeJS application with a MongoDB database. For more information see the [source repository](https://github.com/openshift/nodejs-ex).
* [NodeJS persistent](https://raw.githubusercontent.com/openshift/nodejs-ex/master/openshift/templates/nodejs-mongodb-persistent.json) - Provides a basic NodeJS application with a persistent MongoDB database. Note: requires available persistent volumes. For more information see the [source repository](https://github.com/openshift/nodejs-ex).
* [Rails](https://raw.githubusercontent.com/openshift/rails-ex/master/openshift/templates/rails-postgresql.json) - Provides a basic Rails (Ruby) application with a PostgreSQL database. For more information see the [source repository](https://github.com/openshift/rails-ex).