This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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
tree 953e1a4fc2c9481d4d3ccb0ba0eec9daf525794d
parent 2b8274e53c53038bb8924263c4216b666ce105d2
freesound / freesound
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | ||
| |
.project | ||
| |
.pydevproject | ||
| |
.settings/ | ||
| |
__init__.py | Fri Mar 28 05:19:51 -0700 2008 | |
| |
accounts/ | ||
| |
comments/ | Fri Sep 12 09:14:45 -0700 2008 | |
| |
context_processor.py | ||
| |
fabfile.py | ||
| |
fake_smtp | ||
| |
favorites/ | ||
| |
forum/ | ||
| |
freesound.ini | ||
| |
freesound.wsgi | ||
| |
freesound_exceptions.py | ||
| |
general/ | ||
| |
geotags/ | ||
| |
images/ | Fri Sep 12 09:14:45 -0700 2008 | |
| |
initial_data.json | ||
| |
local_settings.example.py | ||
| |
manage.py | ||
| |
media/ | ||
| |
messages/ | ||
| |
middleware.py | Sat Oct 17 04:14:41 -0700 2009 | |
| |
ratings/ | ||
| |
readme.txt | ||
| |
search/ | ||
| |
settings.py | ||
| |
sounds/ | ||
| |
sql/ | ||
| |
support/ | ||
| |
tags/ | ||
| |
templates/ | ||
| |
uploads/ | ||
| |
urls.py | ||
| |
utils/ | ||
| |
wiki/ |
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








