-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmeta.yml
More file actions
21 lines (21 loc) · 1011 Bytes
/
meta.yml
File metadata and controls
21 lines (21 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kit:
name: "PetClinic"
link: https://github.com/qubell/starter-java-web
applications:
- name: "PetClinic"
manifest: https://raw.github.com/qubell-bazaar/starter-java-web/1.1-37p/starter-java-web.yml
- name: "Database"
manifest: https://raw.github.com/qubell-bazaar/component-mysql-dev/1.0-34p/component-mysql-dev.yml
- name: "Load Balancer"
manifest: https://raw.github.com/qubell-bazaar/component-haproxy/1.0-34p/component-haproxy.yml
- name: "Application Server"
manifest: https://raw.github.com/qubell-bazaar/component-tomcat-dev/1.0-34p/component-tomcat-dev.yml
provider:
name: "Qubell"
link: http://qubell.com
documentation:
overview: |
This application requires the following items to be configured in your environment:
* Amazon EC2 or Rackspace CloudServers account;
* Ports 80 and 8080 open on the firewall.
Please refer to the Getting Started for step-by-step instructions on how to configure your environment.