My favorites | Sign in
Project Logo
                
Search
for
Updated Sep 03, 2008 by bonasaurus1
Labels: Featured, Phase-Support
Install  
system requirements and installation instructions

Requirements

for soon-to-be-0.4 SVN trunk

  1. Subversion
  2. Python
  3. Easy Install (pretty much just download & run ez_setup.py)

Instructions

  1. Check out the latest code
    1. make a directory for it
    2. open the command line and cd into that directory
    3. type: svn co http://brain-dump.googlecode.com/svn/trunk/ .
  2. Use the easy_install command line command to install these modules that braindump depends on (easy_install modulename)
    1. CherryPy
    2. jinja2
    3. simplejson
    4. PyYaml
    5. PyTextile
  3. cd into your braindump directory and run braindump.py (python braindump.py) It should print out something like this:
  4.     [30/Aug/2008:12:20:30] ENGINE Listening for SIGHUP.
        [30/Aug/2008:12:20:30] ENGINE Listening for SIGTERM.
        [30/Aug/2008:12:20:30] ENGINE Listening for SIGUSR1.
        [30/Aug/2008:12:20:30] ENGINE Bus STARTING
        [30/Aug/2008:12:20:30] ENGINE Started monitor thread '_TimeoutMonitor'.
        [30/Aug/2008:12:20:30] ENGINE Started monitor thread 'Autoreloader'.
        [30/Aug/2008:12:20:31] ENGINE Serving on 127.0.0.1:8080
        [30/Aug/2008:12:20:31] ENGINE Bus STARTED
  5. go to http://localhost:8080/ and commence dumping :)

right now the trunk's database includes random pages I'm using for testing -- to clear them out, just go to http://localhost:8080/delete_everything/ (that route won't be in release versions heh heh)


Sign in to add a comment
Hosted by Google Code