Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 563 Bytes

File metadata and controls

18 lines (13 loc) · 563 Bytes

edgebug

http://edgebug.net/

development

  1. download caddy binary
  2. place in project root folder
  3. install php cgi, including openssl, curl, mbstring, and fileinfo.

Unix:

  1. run with caddy run --config Caddyfile
  2. run php server listening on /run/php/php-fpm.sock, include extensions in php.ini

Windows:

  1. generate ca cert in pwsh with Invoke-WebRequest -Uri "https://curl.se/ca/cacert.pem" -OutFile "C:\php\cacert.pem"
  2. run with caddy run --config Caddyfile-win
  3. run php server with php-cgi -b 127.0.0.1:9999 -c php-win.ini