Cavemanon's custom commissioning service
Go to file
t_a 07576566f5 Merge pull request 'Set up basic CI/CD for cavecomm' (#34) from CICD into master
Reviewed-on: #34
2023-07-31 15:32:21 +00:00
spec Config modification for submission system 2023-06-05 18:28:54 +02:00
src #32 this time properly 2023-07-09 02:46:38 +02:00
templates File Upload Progress display base implementation 2023-06-14 18:42:02 +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
.woodpecker.yml add basic CI/CD compiling testing for cavecomm 2023-07-19 09:57:59 -05:00
LICENSE Initial commit 2023-02-14 02:42:41 +00:00
Makefile remove opinionation from Makefile 2023-07-09 16:58:25 -05:00
README.md README Overhaul 2023-05-29 15:10:51 +02:00
setupdb.sh remove typo from setupdbfix 2023-07-09 16:57:06 -05: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