Scott Dodson 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
..
README.md 82072f4680 Update v1.3 content 8 years ago
cakephp-mysql.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
dancer-mysql.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
django-postgresql.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
jenkins-ephemeral-template.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
jenkins-persistent-template.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
nodejs-mongodb.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago
rails-postgresql.json 586ddbbf61 Sync latest image stream and templates for v1.3 and v1.4 8 years ago

README.md

QuickStarts

QuickStarts provide the basic skeleton of an application. Generally they reference a repository containing very simple source code that implements a trivial application using a particular framework. In addition they define any components needed for the application including a Build configuration, supporting services such as Databases, etc.

You can instantiate these templates as is, or fork the source repository they reference and supply your forked repository as the source-repository when instantiating them.

  • CakePHP - Provides a basic CakePHP application with a MySQL database. For more information see the source repository.
  • Dancer - Provides a basic Dancer (Perl) application with a MySQL database. For more information see the source repository.
  • Django - Provides a basic Django (Python) application with a PostgreSQL database. For more information see the source repository.
  • NodeJS - Provides a basic NodeJS application with a MongoDB database. For more information see the source repository.
  • Rails - Provides a basic Rails (Ruby) application with a PostgreSQL database. For more information see the source repository.

Note: This file is processed by hack/update-external-examples.sh. New examples must follow the exact syntax of the existing entries. Files in this directory are automatically pulled down, do not add additional files directly to this directory.