| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Docker replica of Acquia hosting environment - matches OS, Apache, MariaDB, PHP and extension versions and PHP configs
Copy docker-compose.yml to your project export/edit the TAG/VERSION variables to your preference and run docker-compose up.
This uses the getconfig.sh script and getconfig.php helper to determine target configuration for a specified host.
If you need to include a new PHP version, add it to the list of SUPPORTED_PHP in getconfig/getconfig.sh and also add it to the list of versions being tested in the Jenkinsfile.
To execute, run:
curl -Lso getconfig/getconfig.php https://raw.githubusercontent.com/drydockcloud/tools-php-getconfig/master/getconfig.php export HOST=mysite@mysite.full.domain ./getconfig/getconfig.sh
| Back | FazBrowse Home | New Git URL |