https://github.com/eugenesia/docker-php-dev
A PHP development environment using Docker and PHPFarm.
https://github.com/eugenesia/docker-php-dev
docker mysql php phpfarm
Last synced: 9 months ago
JSON representation
A PHP development environment using Docker and PHPFarm.
- Host: GitHub
- URL: https://github.com/eugenesia/docker-php-dev
- Owner: eugenesia
- Created: 2017-07-22T16:36:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T17:20:29.000Z (over 8 years ago)
- Last Synced: 2025-02-12T02:47:57.493Z (11 months ago)
- Topics: docker, mysql, php, phpfarm
- Language: PHP
- Homepage: http://blog.eugenesia.co.uk/2017/07/php-development-environment-with-docker-and-docker-compose/
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker PHP dev
==============
This is an basic setup for a PHP development environment using [Docker and
PHPFarm](https://github.com/eugenesia/docker-phpfarm).
Usage
-----
Go to the _docker/_ folder. Copy _default.env_ to _.env_, then set your project
name. This is optional. If you don't set your project name, it will remain as
"docker".
Copy _default.docker-compose.yml_ to _docker-compose.yml_. Modify it as you see
fit (although the default one will work).
Run `docker-compose up -d`, then browse to _http://localhost:8056/example.php_.
You should see an example page running PHP 5.6.