magcms/docs/install.rst

63 lines
972 B
ReStructuredText
Raw Normal View History

2016-04-18 14:25:38 +02:00
Installation
============
Requirements
-------------
2017-06-02 11:48:14 +02:00
Ubuntu/Debian
~~~~~~~~~~~~~
2016-04-18 14:25:38 +02:00
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::
2016-05-04 09:29:28 +02:00
2016-05-03 12:12:11 +02:00
apt-get install libav-tools
2017-05-05 16:52:12 +02:00
The deployment need rsync::
apt-get install rsync
2017-06-02 11:48:14 +02:00
Mac
~~~
Installation needs Brew::
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Gallery building needs graphicsmagick library::
brew install graphicsmagick
An video convertor like ffmpeg::
brew install ffmpeg
The deployment need rsync::
brew install rsync
2016-04-18 14:25:38 +02:00
Installation in virtualenv
--------------------------
1. Create a virtualenv, and activate it::
2016-05-04 09:29:28 +02:00
virtualenv ve
source ve/bin/activate
2016-04-18 14:25:38 +02:00
2. Download and install Prosopopee::
2016-05-04 09:29:28 +02:00
pip install prosopopee