mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 10:52:11 +00:00
10 lines
217 B
Bash
10 lines
217 B
Bash
#/bin/bash
|
|
|
|
apt-get update -yqq
|
|
apt-get install -yqq zip tar git
|
|
docker-php-ext-install json
|
|
pecl install xdebug
|
|
docker-php-ext-enable xdebug
|
|
curl -sS https://getcomposer.org/installer | php
|
|
php composer.phar install
|