Spaces:
Running
Running
| # PHP setup script | |
| sudo apt-get update | |
| sudo apt-get install -y php php-fpm php-mysql php-xml php-mbstring php-curl php-zip php-gd php-intl php-bcmath | |
| # Install Composer | |
| curl -sS https://getcomposer.org/installer | php | |
| sudo mv composer.phar /usr/local/bin/composer | |