Yeah I can't get the localhost:8080 page to show up. When I try to get localhost:8080 it shows me a page that says something like "It works!", which I think is the apache welcome page.
I was mostly following this tutorial.
I do these commands(serve seems to work, but setup-app tells me that it doesn't think I did the setup.py line):
virtualenv --no-site-packages tg2env
cd tg2env
Scripts\activate.bat #or equivalent linux commands
paster quickstart movies
python setup.py develop
paster setup-app development.ini
paster serve development