From 4ef96941c91483454556909a911c5c261c56c806 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 21 Jul 2009 17:38:36 -0400 Subject: [PATCH] --- projects/clockworks.mdwn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/projects/clockworks.mdwn b/projects/clockworks.mdwn index a60e8c5..41c063a 100644 --- a/projects/clockworks.mdwn +++ b/projects/clockworks.mdwn @@ -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 -- 2.44.0