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.

Changes between Initial Version and Version 1 of HelloWorld


Ignore:
Timestamp:
Jul 15, 2008, 4:54:52 PM (16 years ago)
Author:
cmlenz
Comment:

Document helloworld example

Legend:

Unmodified
Added
Removed
Modified
  • HelloWorld

    v1 v1  
     1= !HelloWorld =
     2
     3HelloWorld is a very simple example application [source:trunk/diva/examples/helloworld included] with Diva.
     4
     5== Running the Application ==
     6
     7You can run the example app by invoking the following command from the `examples/helloworld` source directory:
     8
     9{{{
     10python run.py -rv
     11}}}
     12
     13This enables verbose logging and automatic reloading. You should now be able to visit the site at http://localhost:8080/.
     14