Cavemanon's custom commissioning service
Go to file
t_a ad54e03e69 Merge branch 'master' into NewSMTP 2023-05-29 13:25:51 +00:00
spec minor spec changes add openssl as dependency and add a buildRun section to the make file 2023-05-10 23:11:39 +02:00
src RFC 28822 compliance changes. 2023-05-29 15:12:40 +02:00
templates implement freelancer alias creation 2023-05-19 18:10:52 +02:00
.classpath completed HTML assembler templates 2023-03-13 03:39:46 -05:00
.editorconfig Project Setup: 2023-03-02 02:30:55 +01:00
.gitignore ignore ide 2023-05-01 22:27:07 +02:00
.project completed HTML assembler templates 2023-03-13 03:39:46 -05:00
LICENSE Initial commit 2023-02-14 02:42:41 +00:00
Makefile README Overhaul 2023-05-29 15:10:51 +02:00
README.md README Overhaul 2023-05-29 15:10:51 +02:00
setupdb.sh minor fix to avoid the creation of '' templates since crow is incapable of routing those to /<string> while trying to route them to / leading to a 404 2023-05-15 19:31:25 +02:00

README.md

Running

./cavecomm {path to filled out cavecomm.conf} if no path is given . will be considered the location

It is possible to run without SSL support for that compilation has to occur without "-DCROW_ENABLE_SSL"

Installation

Dependencies:

https://packages.debian.org/bullseye/openssl

Postgress: https://packages.debian.org/bullseye/libpqxx-dev

SMTP: https://packages.debian.org/bullseye/libcurlpp-dev

CrowCPP: https://crowcpp.org/ v1.0+5 https://www.boost.org/ v1.81.0

TODO: Write this