#25: Installed GMP, needed for PHP web-push

This commit is contained in:
Josef Citrine 2016-06-12 01:12:11 +01:00
parent 88aa2950b3
commit a29b5a62bb
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,9 @@ sudo apt-get -qq update
echo "Installing tagging tools & other dependencies..."
sudo apt-get -qq install -y AtomicParsley flac vorbis-tools imagemagick oracle-java8-installer elasticsearch pkg-config yasm libfaac-dev libmp3lame-dev libvorbis-dev libtheora-dev
echo "Installing PHP extensions"
sudo apt-get -qq install -y libgmp-dev php-gmp
if type ffmpeg &>/dev/null; then
echo "ffmpeg is installed!"

View file

@ -3,3 +3,4 @@
expose_php = Off
post_max_size = 250M
upload_max_filesize = 200M
extension=php_gmp.dll