-
You may need to install Python 2.6, Django and other Python libs. See the requirements section to see how to install them.
-
Get the code
-
Copy +local_settings.py.example+ to +local_settings.py+ and edit it according to your local config.
-
Run with
python manage.py runserver
- Python 2.6
- Django 1.3
-
Install Django
Django 1.3 isn't as a package in current distributions of Debian/Ubuntu, so yo must install it using the tarball.
wget http://www.djangoproject.com/download/1.3/tarball/ tar xzvf Django-1.3.tar.gz cd Django-1.3 sudo python setup.py install
-
Install Django pistons
wget http://bitbucket.org/jespern/django-piston/downloads/django-piston-0.2.2.tar.gz cd django-piston sudo python setup.py install
-
Install Beatiful Soup and Mechanize
This packages are in current Debian/Ubuntu distributions so you can install them using the package manager.
sudo apt-get install python-beatifulsoup sudo apt-get install python-mechanize
RDFClip uses a relational database to (TODO: specify why).