Skip to content
Oliver edited this page May 13, 2017 · 4 revisions

Install dependencies for Debian Jessie (to contribute to elabftw)

sudo -i
# Install package dependencies
apt-get install curl git php-composer php5-mcrypt php5-curl php5-cli 

# Install gmagick
cd /opt
wget https://pecl.php.net/get/gmagick-1.1.7RC3.tgz
tar xfvz gmagick-1.1.7RC3.tgz
cd gmagick-1.1.7RC3
phpize
./configure
make
make install

Add the following line to your php.ini:

extension=gmagick.so

Updating of views

If the views do not update, delete the folder uploads/tmp/*. The caching will prevent the views from updating.