Skip to content

Scarecrow928/myhttpd

Repository files navigation

myhttpd

build prerequisite

  • cmake
  • make
  • boost >= 1.76
  • libstdc++
  • g++ or clang++
  • docker (optional)

build

  • native: cmake . && cmake --build . -j4
  • docker: docker build -t <tag> .
  • docker-compose: docker-compose build

run

  • native: ./myhttpd
  • docker: docker run -it -p 12000:12000 -v $(pwd)/html:/var/www/html <tag>
  • docker-compose: docker-compose up

demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published