Skip to content

krisdarryn/base-php-setup-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

base-php-setup-1

Docker Images

  • php:7.3-apache
  • mysql:5.7
  • phpmyadmin/phpmyadmin

Steps

  1. Fork this repo
  2. Clone you own version
  3. Build and Create Docker container
    1. run the command: docker-compose build
    2. run the command: docker-compose up -d
  4. Access application thru the URL: http://127.0.0.1:5000/
  5. Access phphymadmin thru the URL: http://127.0.0.1:5001
    1. Username: root
    2. Password: rootpassword

About

PHP setup for practice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published