Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates the README file to better distinguish what is needed from the…
… manual steps one could also do
  • Loading branch information
giulivo committed Jan 19, 2013
1 parent 4b412cf commit 985229e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.creole
Expand Up @@ -13,7 +13,7 @@ cd hellotornado
}}}

Add the remote github repo to the existing one with a command like:
And then add the github repo to the existing one with a command like:

{{{
Expand All @@ -22,7 +22,11 @@ git pull -X theirs upstream master
}}}

Now let's create the virtualenv (and don't forget to run this step on a python2.6 system, as that is the version of python hosted on OpenShift):
Go at http://hellotornado-$YOURDOMAIN.rhcloud.com and enjoy!

=== What it does ===

You can achieve the same by doing the following steps manually. Create a virtualenv in `misc/` (and don't forget to create this on a python2.6 system, as that is the version of python hosted on OpenShift):

{{{
Expand Down Expand Up @@ -78,7 +82,7 @@ chmod a+x diy/hellotornado.py
}}}

**Delete** the diy/index.html file or you'll always get only the standard welcome page after pushing the code:
**Delete** the `diy/index.html` file or you'll always get only the standard welcome page after pushing the code:

{{{
Expand Down Expand Up @@ -119,8 +123,6 @@ git push
}}}

Go at http://hellotornado-$YOURDOMAIN.rhcloud.com and enjoy!

To run and test you application locally before committing, just source the virtualenv activate file and start with the custom made start/stop scripts.

Have fun!
Empty file removed misc/.gitkeep
Empty file.

0 comments on commit 985229e

Please sign in to comment.