Skip to content

Commit

Permalink
moves sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
opensas committed Feb 5, 2012
1 parent 46344c4 commit 5094be5
Show file tree
Hide file tree
Showing 49 changed files with 4 additions and 3,693 deletions.
4 changes: 1 addition & 3 deletions commands.py
Expand Up @@ -88,9 +88,7 @@ def execute(**kargs):

app.check()

#print options

#test: foce use-local
#test: force use-local
options.use_local = True

if command == "hello": print "~ Hello from openshift module"
Expand Down
Binary file modified commands.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions documentation/manual/home.textile
Expand Up @@ -4,14 +4,14 @@ Openshift is Red Hat's free, auto-scaling, cloud-based platform-as-a-service for

With this module, you'll be able to easily deploy and manage your play applications on Red Hat's cloud platform, with just a couple of keystrokes from the command line.

The module does not depend on any external Java libray. You'll just need an openshift account, git and openshift command line tools installed on your workstation.
The module does not depend on any external Java libray. You'll just need an openshift account, git and the openshift command line tools installed on your workstation.

Source code is available at <a href="https://github.com/opensas/openshift">https://github.com/opensas/openshift</a>
Written by Sebastián Scarano (<a href="http://www.twitter.com/develsas">@develsas</a>)

h2. Sample application

There's a sample application at samples_and_test/openshift-demo. Just issue @play run@ to see it running locally. It just displays play configuration and the host environment variables to let you check that your app is running on openshift.
There's a sample application at samples_and_tests/openshift-demo. Just issue @play run@ to see it running locally. It just displays play configuration and the host environment variables to let you check that your app is running on openshift.

!images/demo_app!

Expand Down
21 changes: 0 additions & 21 deletions samples-and-test/openshift-demo/app/controllers/Application.java

This file was deleted.

49 changes: 0 additions & 49 deletions samples-and-test/openshift-demo/app/views/Application/index.html

This file was deleted.

19 changes: 0 additions & 19 deletions samples-and-test/openshift-demo/app/views/errors/404.html

This file was deleted.

21 changes: 0 additions & 21 deletions samples-and-test/openshift-demo/app/views/errors/500.html

This file was deleted.

37 changes: 0 additions & 37 deletions samples-and-test/openshift-demo/app/views/main.html

This file was deleted.

12 changes: 0 additions & 12 deletions samples-and-test/openshift-demo/app/views/tags/properties.html

This file was deleted.

0 comments on commit 5094be5

Please sign in to comment.