The CCN project page is at https://launchpad.net/ccn (browse the code).

Here are quick installation instructions:

  1. You'll need python (of course), CherryPy, and later on - we'll try to sort out what else :)

  2. install bazaar

  3. create an empty folder and cd there

  4. bzr init (only once per folder)

  5. bzr pull --remember lp:ccn

    (if there's an upgrage later on, just cd to the folder and do: bzr pull)

  6. Copy (app.conf.development to app.conf (use app.conf.production if it's the actual server), and edit it wisely

  7. Do python app.py and point your browser to http://localhost:8080 (or whatever you wrote as server.socket_port in app.conf)

  8. Note: There's no setup utility [yet], so easy_install (or apt-get etc.) whatever's missing

Problems? Questions? Talk to the dod at http://zzzen.com/whatmail

changed December 28, 2008