Skip to content

Commit a726391

Browse files
committed
updated read
1 parent 4ed4827 commit a726391

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# python-hello-world-flask
2-
A simple hello world python app using flask
1+
Hello World in Python on Cloud Foundry using Flask
2+
================================================================================
3+
4+
This is a sample application showing how to deploy a simple hello world app
5+
using Cloud Foundry and the Python build pack.
6+
7+
8+
9+
To Use
10+
================================================================================
11+
12+
cf push myappname
13+
14+
Replace myapp name with the name of your app (ex. hello-world)
15+
16+
17+
18+
license
19+
================================================================================
20+
21+
Licensed under the Apache License, Version 2.0 (the "License");
22+
you may not use this file except in compliance with the License.
23+
You may obtain a copy of the License at
24+
25+
<http://www.apache.org/licenses/LICENSE-2.0>
26+
27+
Unless required by applicable law or agreed to in writing, software
28+
distributed under the License is distributed on an "AS IS" BASIS,
29+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30+
See the License for the specific language governing permissions and
31+
limitations under the License.

0 commit comments

Comments
 (0)