Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 532 Bytes

README.markdown

File metadata and controls

20 lines (11 loc) · 532 Bytes

Prerequisites

Fickileaks requires Pylons and Elixir. On a Debian-based system you can get all of these by issuing the following command as root:

apt-get install python-pylons python-elixir

Installation and Setup

paster setup-app development.ini
paster serve --reload development.ini

Caution: Always set “debug = false” in configuration files for production sites and make sure your users do to.