From the docs:
We also need php-apcu-bc, which is not available yet in Ubuntu 16.04. Let’s install it manually for now:
- sudo apt install php-dev
- sudo pecl install apcu_bc-beta
- echo "extension=apc.so" | sudo tee /etc/php/7.0/mods-available/apcu-bc.ini
- sudo ln -sf /etc/php/7.0/mods-available/apcu-bc.ini /etc/php/7.0/fpm/conf.d/30-apcu-bc.ini
- sudo ln -sf /etc/php/7.0/mods-available/apcu-bc.ini /etc/php/7.0/cli/conf.d/30-apcu-bc.ini
- sudo systemctl restart php7.0-fpm
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/efd4b8c8-c763-40fa-a0b6-b62c311c88c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
However, if this is purely for testing purposes, you might be interested in trying out our Vagrant box. It can be easily installed on any operating system, using Virtualbox and Vagrant. It is intended for testing and development however, and is not scaled to used in production or run persistently. For more information, see:
The slides are probably the most accessible and comprehensive version of the instructions, if you are interested.
Regards,
To post to this group, send email to ica-ato...@googlegroups.com.