public
Description: the freesound project "2.0" website.
Homepage: http://www.freesound.org/
Clone URL: git://github.com/bram/freesound.git
Click here to lend your support to: freesound and make a donation at www.pledgie.com !
bdejong (author)
Fri Nov 06 13:06:50 -0800 2009
Bram de Jong (committer)
Fri Nov 06 13:35:11 -0800 2009
commit  6c297fff0894efbea5244703ed8203efe7b06c7c
tree    953e1a4fc2c9481d4d3ccb0ba0eec9daf525794d
parent  2b8274e53c53038bb8924263c4216b666ce105d2
freesound / freesound
freesound/readme.txt
* install easy_install

* particularities:
    django from svn ( http://www.djangoproject.com/download/ )
    django debug_toolbar, download + copy into python path
    django command extensions ( http://code.google.com/p/django-command-extensions/ <- python setup.py install)
    install markdown from git repos + install mdx_wikilink.py into python path
    install judtda helpdesk, http://code.google.com/p/jutda-helpdesk/ in python path as "helpdesk"
    install PIL (Python Imaging Library)
    install NumPy
    install python module "audiolab" (dependency: libsndfile)
    
* easy_install the following packages:
  recaptcha-client
    BeautifulSoup
    feedparser
    ipython
    psycopg2
    python-memcached
  python-cjson
    pycrypto
    pygments
  mysql-python ( only for the DB conversion)

* install getid3 in the php include path

* create the directory /var/log/freesound/ and make sure it's writable by whoever is running the server