Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 576 Bytes

INSTALL.md

File metadata and controls

41 lines (33 loc) · 576 Bytes

Installation

1. Clone this repo

# TODO

2. Install dependency

sudo apt install build-essential libssh-dev libmysqlcppconn-dev libcurl4-openssl-dev

3. Compile source.

# TODO

4. Generate serever-side key pair.

#!/bin/bash

mkdir -p build && cd build
ssh-keygen -f ssh_host_rsa_key -N '' -t rsa
ssh-keygen -f ssh_host_dsa_key -N '' -t dsa

5. Create a service account for security.

# TODO

6. Create a systemd unit.

# TODO

7. Start the server.

# TODO