Giter Club home page Giter Club logo

docker-php-apache-starter's Introduction

docker-php-apache-starter

This is a simple docker image with apache2 and php7.2.10. It is designed to make development for php projects really easy.

For an version with a mysql database click here.

What you will need:

To use this you need the following:

^Clicking on the links will lead you to installation guides.^

Make sure that you can run docker without sudo before continuing.

Steps for creating and using the container

  1. Place all of the php files that you want hosted in the www/ directory. Note: this can be done at any time
  2. Run the command docker-compose up -d --build
  3. Docker will start to build the container. When it's the done the container should be running
  4. Navigate to localhost:8080/<your-php-file-name>
  5. To stop the container from running you can do docker-compose stop if you want to stop the container and docker-compose down if you want to stop and delete the container.
  6. On subsequent starts you can just run docker-compose up -d.
  7. If you wish to change the name or location of where your php files are located, go into the docker-compose.yml and change the path before the : under volumes.

docker-php-apache-starter's People

Contributors

dronda-t avatar

docker-php-apache-starter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.