From 3ae50da49f27803eb708d16947fbbc669e198dfc Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 1 Jun 2015 18:45:29 +0200 Subject: [PATCH] Fix spacing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb2df3b..47ab61e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is a [Django](http://www.djangoproject.com) project that you can use as the It assumes you have access to an existing OpenShift installation. + ## What has been done for you This is a minimal Django 1.8 project. It was created with these steps: @@ -52,6 +53,7 @@ To run this project in your development machine, follow these steps: To follow the next steps, you need to be logged in to an OpenShift cluster and have an OpenShift project where you can work on. + ### Using an application template The directory `openshift/` contains OpenShift application template files that you can add you your OpenShift project with: @@ -69,6 +71,7 @@ Alternatively, you can use the command line to create your new app: In the web console, the overview tab shows you a service, by default called "web", that encapsulates all pods running your Django application. You can access your application by browsing to the service's IP address and port. + ### Without an application template Templates give you full control of each component of your application.