close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 15, 2008, 4:54:52 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
Document helloworld example
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = !HelloWorld = |
| 2 | |
| 3 | HelloWorld is a very simple example application [source:trunk/diva/examples/helloworld included] with Diva. |
| 4 | |
| 5 | == Running the Application == |
| 6 | |
| 7 | You can run the example app by invoking the following command from the `examples/helloworld` source directory: |
| 8 | |
| 9 | {{{ |
| 10 | python run.py -rv |
| 11 | }}} |
| 12 | |
| 13 | This enables verbose logging and automatic reloading. You should now be able to visit the site at http://localhost:8080/. |
| 14 | |