An open API service indexing awesome lists of open source software.

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

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.)