Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Quickstart on Ubuntu Linux

edwinwong edited this page Sep 13, 2010 · 1 revision

Install newf

git clone git://github.com/JaredKuolt/newf.git

Make a note of the directory you’ve downloaded newf to.

Create symbolic link to newf in your Python site-packages directory

sudo ln -s [newf directory from above] [target name in Python site-packages directory]

On my system the target name is /usr/lib/python2.5/site-packages/newf.

Start example app

Go into the newf directory and type:

python example_app.py

See if newf works

Navigate to the following links in a browser and see if ‘hello world’ comes up:

http://127.0.0.1:8000/foo
http://127.0.0.1:8000/bar