wgvirtipd/dev
2024-01-21 22:52:57 +01:00
..
config Initial working version, lots of unwrap, etc. 2024-01-21 22:52:57 +01:00
server Initial working version, lots of unwrap, etc. 2024-01-21 22:52:57 +01:00
.gitignore Initial working version, lots of unwrap, etc. 2024-01-21 22:52:57 +01:00
docker-compose.yaml.tmpl Initial working version, lots of unwrap, etc. 2024-01-21 22:52:57 +01:00
README.md Add debug build into docker containers. 2024-01-17 22:14:52 +01:00
setup.yaml Initial working version, lots of unwrap, etc. 2024-01-21 22:52:57 +01:00

Start developing

One time setup

The binary has to be compiled with the musl target:

$ rustup target add x86_64-unknown-linux-musl
$ cargo build --target=x86_64-unknown-linux-musl
  1. Run ansible-playbook setup.yaml to generate all required development files.
  2. Run docker compose up -d to start 4 development servers which are connected via wireguard.