An open API service indexing awesome lists of open source software.

https://github.com/smortex/cgirun

Tooling to help with CGI development.
https://github.com/smortex/cgirun

Last synced: about 1 month ago
JSON representation

Tooling to help with CGI development.

Awesome Lists containing this project

README

          

# cgirun

This script serve static files form the document root (set with `--document-root`, default to `.` when not set) over HTTP, but there is a catch! Any file in the cgi-bin directory (set with `--cgi-bin`, default to `./cgi-bin` when not set) will be executed as a CGI script.

## Usage

```sh-session
bundle install
bundle exec ./cgirun --document-root ~/Projects/my-website/public --cgi-bin ~/Projects/my-website/cgi-bin
```