Update README.md to clarify the installation process.

This commit is contained in:
Sam Greytalon 2023-10-27 10:33:23 -07:00
parent dfc2c7ea2e
commit 2926fd52cd
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Dexter depends on these Perl modules:
Install them using `cpan` or however else you get your Perl modules.
Once the proper modules are installed, drop the contents of `app/` into whichever directory you keep your webapps and scripts in.
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`.
@ -37,4 +37,4 @@ Dexter needs to know about two directories you want it to use:
* `$MAX_REQUEST_SIZE`: The maximum size of POST requests that Dexter will process.
## License
Dexter is released under Version 3 of the GNU Affero General Public License (see `LICENSE`). The default font- JetBrainsMono from NerdFonts- is released under Version 1.1 of the SIL Open Font License (see `app/public/.assets/FONT-LICENSE`).
Dexter is released under Version 3 of the GNU Affero General Public License (see `LICENSE`). The default font- JetBrainsMono from NerdFonts- is released under Version 1.1 of the SIL Open Font License (see `app/public/.assets/FONT-LICENSE`).