forked from cloudfoundry/java-buildpack-auto-reconfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (13 loc) · 601 Bytes
/
README
File metadata and controls
21 lines (13 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copyright (c) 2009-2011 VMware, Inc.
== What is Cloud Foundry?
Cloud Foundry is an open platform-as-a-service (PaaS). The system supports
multiple frameworks, multiple application infrastructure services and
deployment to multiple clouds.
== What is this component
The vcap-java repo contains a java client library for Cloud Foundry.
The library provides a set of classes that ultimately call the core
Cloud Foundry REST API.
== License
Cloud Foundry uses the Apache 2 license. See LICENSE for details.
== Installation Notes
Complete installation notes are present in the README for vcap