]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorEdward Z. Yang <ezyang@mit.edu>
Tue, 21 Jul 2009 21:38:36 +0000 (17:38 -0400)
committersipb-www <sipb-www@busy-beaver.mit.edu>
Tue, 21 Jul 2009 21:38:36 +0000 (17:38 -0400)
projects/clockworks.mdwn

index a60e8c5850a34a81ab885a43f252c161d3d29fa3..41c063ae394bbbddbe3700e05343df892b056829 100644 (file)
@@ -20,9 +20,17 @@ Next, grab the source code.  If you have Debathena installed on your machine, yo
 
 Now, to install the application.  Assuming that you have a reasonable version of Python on your system, running **./nosudo-virtualenv.sh** should set up the environment.  If it succeeds, you'll see the help output for a command named paster.
 
-Run the application by changing into your environment with **source tg2env/bin/activate** and then typing **paster serve development.ini**. And voila; a very boilerplate TurboGears install should be facing you at http://localhost:8080
+Run the application by changing into your environment with **source tg2env/bin/activate** and then typing **paster serve --reload development.ini**. And voila; a very boilerplate TurboGears install should be facing you at http://localhost:8080
+
+If these steps fail (which happens on some configurations of OS X and almost invariably on Windows), talk to us and we can get you set up with a copy running on scripts.mit.edu or xvm.mit.edu.
+
+Once you're running, here are some paths to take:
+
+# Take a break and read some TurboGears documentation to get a feel for the framework
+# Browse through the todo list, pick a task that seems interesting, and start working on figuring out how to make it work
+# Browse the source, fiddle with some variables, see what changes
+# Decide what clockworks should look like, and take off
 
-The stage is yours.
 
 ## Development info