wg-portal/docs/documentation/getting-started/sources.md
Christoph Haas 6b0b78d749
Some checks are pending
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
docs: add note about running wireguard in Docker (#156)
2025-04-30 22:42:04 +02:00

657 B

To build the application from source files, use the Makefile provided in the repository.

Requirements

Build

# Get source code
git clone https://github.com/h44z/wg-portal -b ${WG_PORTAL_VERSION:-master} --depth 1
cd wg-portal
# Build the frontend
make frontend
# Build the backend
make build

Install

Compiled binary will be available in ./dist directory. For installation instructions, check the Binaries section.