Rodolphe
Anonymous image board
Quick Start
-
Clone the repository
git clone https://github.com/RodolpheOrg/Rodolphe.git
-
Install the dependancies
pip install -r stable-req.txt
-
Configure the settings
By copying rodolphe/rodolphe/local_settings.py.example
into rodolphe/rodolphe/local_settings.py
and setting website's name, secret key, database, language.
-
Run Django
syncdb
python manage.py syncdb
-
Deploy
Serve statically /media/
directory, and deploy the application with your favorite server.
Requirements
Only tested with this configuration:
- Python 3.3.3
- Django 1.6.1
- Markdown 2.3.1
- Pillow 2.3.0
- django-bootstrap3 2.5.5
- fake-factory 0.3.2
- django-simple-captcha 0.4.1
(see stable-req.txt)