mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
#25: Installed GMP, needed for PHP web-push
This commit is contained in:
parent
88aa2950b3
commit
a29b5a62bb
2 changed files with 4 additions and 0 deletions
|
@ -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!"
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
expose_php = Off
|
||||
post_max_size = 250M
|
||||
upload_max_filesize = 200M
|
||||
extension=php_gmp.dll
|
Loading…
Reference in a new issue