Skip to content

slashdevsda/Rodolphe

 
 

Repository files navigation

Rodolphe

Anonymous image board

Quick Start

  1. Clone the repository

     git clone https://github.com/RodolpheOrg/Rodolphe.git
    
  2. Install the dependancies

     pip install -r stable-req.txt
    
  3. 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.

  1. Run Django syncdb

     python manage.py syncdb
    
  2. Deploy

Serve statically /media/ directory, and deploy the application with your favorite server.

Requirements

Only tested with this configuration:

(see stable-req.txt)

About

Anonymous imageboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • HTML 35.6%
  • JavaScript 1.8%
  • CSS 0.7%