Skip to content

chrishsieh/develop_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

develop_php

Docker system for php develop, PHP developement setting, setting reference from https://github.com/devilbox/docker-php-fpm.

Quick Start

  1. Update /runtime folder setting for development.
  2. Update .env setting. If want trace PHP need set DEV_EN_XDEBUG=true
  3. Install https://hub.docker.com/editions/community/docker-ce-desktop-windows
  4. Install VSCode version >= 1.35.0
  5. VSCode install https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
  6. F1 Run Remote-Containers: Reopen Folder in Container.
  7. Wait /var/www git_clone.done file.
  8. Run /var/www/quick-install.sh to build ChurchCRM
  9. http://localhost:8080 for web. MySQL Database Server Name: db, others setting reference .env setting.
  10. Run test selenium docker-compose -f test.yml up -d.
  11. Run debug with phpmyadmin and mailcatcher docker-compose -f debug.yml up -d.
  12. http://localhost:8000 for phpmyadmin. http://localhost:1080 for mailcatcher.

About

Docker system for php develop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published