magcms/docs/install.rst

34 lines
544 B
ReStructuredText
Raw Normal View History

2016-04-18 14:25:38 +02:00
Installation
============
Requirements
-------------
Installation needs Python, pip and virtualenv::
apt-get install python-pip python-virtualenv
Gallery building needs graphicsmagick library::
2016-05-04 09:29:17 +02:00
apt-get install graphicsmagick
2016-04-18 14:25:38 +02:00
2016-05-03 12:12:11 +02:00
An video convertor like ffmpeg::
apt-get install ffmpeg
or::
apt-get install libav-tools
2016-04-18 14:25:38 +02:00
Installation in virtualenv
--------------------------
1. Create a virtualenv, and activate it::
virtualenv ve
source ve/bin/activate
2. Download and install Prosopopee::
pip install prosopopee