forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Oliver edited this page May 13, 2017
·
4 revisions
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
If the views do not update, delete the folder uploads/tmp/*. The caching will prevent the views from updating.