GithubHelp home page GithubHelp logo

dockerqa's Introduction

dockerQA

  • php 7.1
  • php 7.2
  • php 7.3
  • php 7.4
  • php 8.0
  • mysql 5.7
  • mariadb 10.1
  • phpmyadmin

How to install

If the stack is not yet installed on your device

To clone the repo:

git clone https://github.com/SD1982/dockerQA.git
cd dockerQA

If your UID=1000 and GID=1000:

docker compose up

If not:

APP_UID=$(id -u) APP_GID=$(id -g) docker-compose up

How to start

If the stack is already install to your device:

cd dockerQA
docker-compose up -d

How to use

Add your php app folder (like prestashop for example) in the html folder go to your localhost with the required port for the required php version

php versions

  • php 7.1 is at localhost:8071/your-app-folder-name

  • php 7.2 is at localhost:8072/your-app-folder-name

  • php 7.3 is at localhost:8073/your-app-folder-name

  • php 7.4 is at localhost:8074/your-app-folder-name

  • php 8.0 is at localhost:8008/your-app-folder-name

databases

from outside container

  • mysql 5.7 is at localhost:3306 (user = root, password = root)

  • mariadb is at localhost:3307 (user = root, password = root)

from outside container

  • mysql 5.7 is at localhost:3306 or with container name qa-mysql-5.7 (user = root, password = root)

  • mariadb is at localhost:3307 or with container name qa-mariadb-5.7 (user = root, password = root)

phpmyadmin

  • phpmyadmin is accessible at localhost:8100 and can connect to both databases (server = (qa-mysql-5.7 or qa-mariadb-10.1) user = root, password = root)

dockerqa's People

Watchers

 avatar

Forkers

isabella232

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.