From 57468d13fee6a31e26cbd1e9da54e66ecca55d33 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 1 Jun 2015 12:44:15 +0200 Subject: [PATCH] Add info about files in this repo --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93ca63e..e95f0f0 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,21 @@ To run this project in your development machine, follow these steps: ## Special files in this repository -[TODO] +Apart from the regular files created by Django (`project/*`, `welcome/*`, `manage.py`), this repository contains: ``` -.sti/ - scripts used by source-to-image -openshift/ - application templates +.sti/ +└── bin/ - scripts used by source-to-image + ├── assemble - executed to produce a Docker image with your code and dependencies during build + └── run - executed to start your app during deployment + +openshift/ - application templates for OpenShift + +scripts/ - helper scripts to automate some tasks + +gunicorn_conf.py - configuration for the gunicorn HTTP server + +requirements.txt - list of dependencies ``` ## Deploying to OpenShift