Code Monkey home page Code Monkey logo

docker.lamp's Introduction

Docker LAMP

An example of a modular LAMP stack using Docker.


Usage

  • Clone the repo
  • In the repo, run docker-compose up
  • In your browser, go to http://localhost
    • You should see a message stating that you connected to the database, and data should be displayed below that message.
      • On the first run, you'll also see a message stating a table with data was added to the database.
    • There will also be a link to phpMyAdmin at the bottom of the page. That link will take you directly to the database specified in .env. Log in with credentials root & pass.

Configuration

The .env file contains:

  • Docker image versions for Apache, MySQL, PHP, & phpMyAdmin.
  • MySQL credentials.
  • The folder path to what will be served by the server.

The docker-compose.yml file auto-loads the sibling .env file. It will:

  • Build a custom Apache img.
  • Build a custom PHP img.
  • Start up MySQL & PHP, then Apache & phpMyAdmin.

MySQL data is stored in ./.docker/mysql/data for easy access. That folder won't exist until you run the example for the first time.

docker.lamp's People

Contributors

the0newhoknocks avatar

Watchers

James Cloos avatar  avatar

Forkers

resonancellc

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.