- g++
- openssl
- make
- docker (for Windows)
For Linux:
- Enter project directory and run:
make genkeysto generate keys for the secure connection. - Run:
maketo compile source code.
For Windows:
- Enter project directory and run:
docker build -t hec . --build-arg PORT=port_number --build-arg PEM_PASSWORD=password_to_encrypt_connectionto build project (change PORT (number) and PEM_PASSWORD (text) to values you prefer) - And then run image:
docker run -it hec
if you are trying to modify something in this project, please know that many things are hardcoded to this directory only