Install Viviki on Turnkeylinux

CIIAG
ciiag
Published in
1 min readMay 11, 2016

To use all the features of Viviki you’ll need to install the following on a TurnkeyLinux LAMP server:

  • GD Graphics Library — for dynamically manipulating images. Turnkeylinux/Debian comes with a package called php5-gd. Just type the following command to install this module:
  • CURL — for sending RESTful communication and for composer
  • Data Folder Permissions — Change Data Folder Permissions so to www-data you can upload files
  • Composer — Install composer as some packages depend on it i.e. Httpful

GD Graphics Library

apt-get install php5-gd

CURL

apt-get update apt-get install php5-curl php5-cli

Composer

curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Data Folder Permissions

chown -R www-data:www-data /var/www/forms/data/

Restart Apache

/etc/init.d/apache2 restart

--

--

CIIAG
ciiag
Editor for

ICT focused NGO based in the Cook Islands