Clarify where I install Dexter on my web server.

This commit is contained in:
Sam Greytalon 2024-02-26 13:13:59 -06:00
parent 3867f4543a
commit 57d459c727
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Install them using `cpan` or however else you get your Perl modules.
Once the proper modules are installed, clone this repository to wherever you want Dexter to reside. For me on my OpenBSD web server, that's `/var/www/cgi-bin/`.
After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`.
After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/dexter/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`.
## Configuration
Configuration is done by modifying the constant variables in `dexter.pl`.