Skip to content

Hi-Timofey/tam-ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1462ff2 · Dec 7, 2023
Oct 14, 2023
Oct 2, 2023
Dec 7, 2023
Oct 2, 2023
Nov 16, 2023
Oct 2, 2023
Nov 18, 2023
Nov 19, 2023
Oct 2, 2023
Oct 2, 2023
Oct 17, 2023
Oct 2, 2023

Repository files navigation

TAMCTF

DEV SETUP

docker run --name=dev-postgres -p 5432:5432 --rm -e POSTGRES_PASSWORD=ctf -e POSTGRES_USER=ctf -e POSTGRES_DB=ctf postgres:alpine
./gradlew bootRun --args='-Dspring.profiles.active=dev' 

PROD SETUP

docker compose build
docker compose up -d

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you: