https://github.com/suwigyarathore/php-docker
PHP based app deployed on docker
https://github.com/suwigyarathore/php-docker
docker dockercompose dockerphp nginx
Last synced: 4 months ago
JSON representation
PHP based app deployed on docker
- Host: GitHub
- URL: https://github.com/suwigyarathore/php-docker
- Owner: suwigyarathore
- Created: 2017-05-06T21:44:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T21:53:21.000Z (about 9 years ago)
- Last Synced: 2025-02-28T12:39:27.220Z (over 1 year ago)
- Topics: docker, dockercompose, dockerphp, nginx
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Synopsis
Its a project depicting how to setup dockerize php applicatiom
## Motivation
This project shows you easy it is to setup any kind of project on docker, well in this case PHP in just few minutes.
## Installation
Install Docker
First of all you need to install Docker according to the guidelines on the supplier’s website:
For Mac click here.
For Linux click here.
Download sample files
Download sample files and let’s have some Docker fun together. Unzip them and place in any directory.
Get Docker running
Run the terminal, go to the directory where you unzipped the files and execute docker-compose up command:
COPYcd unzipped_directory
$docker-compose up
## Running
You’re done—your development environment is running—you can view the website at http://localhost:8080.
## License
A short snippet describing the license (MIT, Apache, etc.)