NaldoDj-zz / Harbour_FastCGI

Framework to create FastCGI apps in Harbour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harbour_FastCGI

Framework to create FastCGI apps in Harbour

How to build and run Docker containars for the example projects

Echo Example

  1. Build from root folder of the project: docker build -t echo -f Examples/echo/Dockerfile .
  2. Run Docker container like this: docker run --name echo -e TZ=UTC -p 8081:80 echo
  3. Access the webpage from http://localhost:8081

Sandbox Example

  1. Build from root folder of the project: docker build -t localsandbox -f Examples/LocalSandbox/Dockerfile .
  2. Run Docker container like this: docker run --name localsandbox -e TZ=UTC -p 8081:80 localsandbox
  3. Access the webpage from http://localhost:8081

About

Framework to create FastCGI apps in Harbour

License:MIT License


Languages

Language:HTML 28.6%Language:C 24.7%Language:Shell 22.9%Language:xBase 12.9%Language:Makefile 6.8%Language:M4 1.4%Language:Roff 1.4%Language:C++ 0.8%Language:Batchfile 0.4%