Commit graph

184 commits

Author SHA1 Message Date
Ben Parees
f4f8364a4a Merge pull request #16 from ewolinetz/update_routes
Updating front end route variables and the default front end route value
2015-06-16 13:21:02 -04:00
ewolinetz
17c53b5da7 Updating front end route variables and the default front end route value 2015-06-16 11:45:38 -05:00
Ben Parees
ad80f212e8 Merge pull request #14 from rhcarvalho/output-to-ist
Output to ImageStreamTag
2015-06-16 10:19:06 -04:00
Michal Fojtik
a0ff4b5052 Merge pull request #15 from rhcarvalho/git-ref
Add SOURCE_REPOSITORY_REF parameter
2015-06-16 15:12:31 +02:00
Rodolfo Carvalho
31d7511adf Add SOURCE_REPOSITORY_REF parameter 2015-06-16 12:10:57 +02:00
Rodolfo Carvalho
9a1f379b21 Set build output to latest ImageStreamTag 2015-06-16 11:55:17 +02:00
Ben Parees
bd607127bc Merge pull request #12 from rhcarvalho/std-tmpl
Standardize templates across examples
2015-06-12 11:23:51 -04:00
Rodolfo Carvalho
67470cb254 Standardize templates across examples 2015-06-12 16:15:50 +02:00
Ben Parees
505ff52a05 Merge pull request #11 from rhcarvalho/api-v1
Update templates to API v1
2015-06-11 11:35:33 -04:00
Rodolfo Carvalho
cfe92fa340 Update templates to API v1 2015-06-11 17:21:08 +02:00
Ben Parees
dc87dd2f53 Merge pull request #10 from rhcarvalho/remove-custom-sti-scripts
Remove custom sti scripts
2015-06-11 10:04:12 -04:00
Ben Parees
dbc2e6b57b Merge pull request #9 from rhcarvalho/simplify-run-in-container
Simplify run-in-container script
2015-06-10 11:57:17 -04:00
Rodolfo Carvalho
73f43e3e01 Remove custom sti scripts
Not needed once Django supports lands in sti-python.
2015-06-10 17:44:24 +02:00
Rodolfo Carvalho
e92d6e9bd0 Simplify run-in-container script
After changes in k8s and sti-base/sti-python some hacks can be removed.
2015-06-10 17:38:09 +02:00
Ben Parees
6e1ecb37b8 Merge pull request #7 from sspeiche/routes
Added routes to templates
2015-06-08 17:30:56 -04:00
sspeiche
aa79a05018 Added routes to templates 2015-06-08 15:31:12 -04:00
Ben Parees
8a5a2cb4d8 Merge pull request #6 from rhcarvalho/osc-oc
Rename osc -> oc
2015-06-08 08:22:11 -04:00
Rodolfo Carvalho
a13a023c63 Rename osc -> oc 2015-06-08 11:37:27 +02:00
Ben Parees
aa6c823256 Merge pull request #4 from rhcarvalho/std-1
Improvements
2015-06-06 00:29:15 -04:00
Rodolfo Carvalho
29cc141f7e Improvements
* Move OpenShift-specific files to openshift/
* Add note about ephemeral database
* Document how to read logs
* Document one-off cmd execution
* Remove APP_MODULE from templates: should be auto-detected for Django projects.
* Remove gunicorn config file and document APP_CONFIG
2015-06-06 01:04:23 +02:00
Rodolfo Carvalho
97a7a56175 New assemble and run scripts with Django support 2015-06-06 01:04:22 +02:00
Ben Parees
5488484238 Merge pull request #3 from rhcarvalho/issue-1
Fix type error
2015-06-03 12:13:22 -04:00
Rodolfo Carvalho
3d6b60abd9 Fix type error
Fixes #1.
2015-06-03 17:28:01 +02:00
Rodolfo Carvalho
2dde1e072d Fix comment 2015-06-03 17:00:23 +02:00
Rodolfo Carvalho
3ed7c144cf Convert templates to v1beta3 2015-06-03 16:34:49 +02:00
Michal Fojtik
3657c889b3 Send access log to stdout 2015-06-03 16:24:49 +02:00
Rodolfo Carvalho
432bd9b344 Make service_name uppercase
We need it uppercase to read env vars with that prefix.
2015-06-02 16:19:35 +02:00
Rodolfo Carvalho
3c3f724fc5 Fix template missing DATABASE_ENGINE 2015-06-02 16:19:11 +02:00
Rodolfo Carvalho
63683b7469 Change database service name to be more specific 2015-06-02 16:17:58 +02:00
Rodolfo Carvalho
b98dd0b761 Fix templates 2015-06-02 14:10:57 +02:00
Rodolfo Carvalho
dd6e9e1b7e Fix template json 2015-06-01 19:17:48 +02:00
Rodolfo Carvalho
a1a26ac9ad Update README info about application templates 2015-06-01 19:10:56 +02:00
Rodolfo Carvalho
3ae50da49f Fix spacing 2015-06-01 18:45:29 +02:00
Rodolfo Carvalho
3fefaffcf9 Add application template without database 2015-06-01 18:43:32 +02:00
Rodolfo Carvalho
2d9c89e6bf Update application template 2015-06-01 18:37:01 +02:00
Rodolfo Carvalho
d9c03a7b79 Document how to use new-app instead of templates 2015-06-01 15:06:05 +02:00
Rodolfo Carvalho
96070d958a Update run-in-container.sh script
Add detailed information on how to perform the task manually.
2015-06-01 14:07:14 +02:00
Rodolfo Carvalho
c09d32e758 Update README 2015-06-01 13:14:21 +02:00
Rodolfo Carvalho
4d4166b2a1 Fix formatting 2015-06-01 12:53:38 +02:00
Rodolfo Carvalho
d9741ee2bc Add license info 2015-06-01 12:53:36 +02:00
Rodolfo Carvalho
bbe0ebfc43 Add info about data persistence 2015-06-01 12:52:49 +02:00
Rodolfo Carvalho
027e1bd8c1 Update deployment instructions 2015-06-01 12:51:38 +02:00
Rodolfo Carvalho
57468d13fe Add info about files in this repo 2015-06-01 12:44:15 +02:00
Rodolfo Carvalho
f473e3df9e Generalize div's id 2015-06-01 10:43:44 +02:00
Rodolfo Carvalho
afa5a3f090 Update sample app's name 2015-06-01 10:43:14 +02:00
Rodolfo Carvalho
d9ed34f5f2 Update README 2015-05-29 17:19:22 +02:00
Rodolfo Carvalho
3015a46f9a Improve database info
Support for MySQL, include SQLite persistence warning.
2015-05-29 17:14:34 +02:00
Rodolfo Carvalho
a6f9284570 Automatically plug database via env vars 2015-05-29 15:52:28 +02:00
Rodolfo Carvalho
1064d7df1a Rename application template JSON 2015-05-29 13:26:15 +02:00
Rodolfo Carvalho
932889ef2d Rename app openshift -> welcome 2015-05-29 12:23:59 +02:00