Skip to content

fujimite/edgebug

Repository files navigation

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

About

http://edgebug.net/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published