Skip to content

Latest commit

 

History

History
69 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

69 lines (32 loc) · 1.29 KB

GZCTF-QUICK-DEPLOY

Bash script for GZCTF platform deployment

An automated deployment script for GZCTF platform on Ubuntu systems. This script streamlines the installation process of the GZCTF platform.

Features

  • Automated dependency installation (Docker, Docker Compose, PostgreSQL client)

  • Creates server config in unified format

Prerequisites

  • Ubuntu 20.xx/22.xx LTS

  • Root privileges

  • Stable internet connection

  • Minimum 2GB RAM

  • 10GB available disk space

Usage

bash ./deploy.sh

Configuration

  • Default Ports

    • Web Interface: 80 (mapped to container port 8080)
    • PostgreSQL: 5432 (internal container access)

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

Author

Acknowledgments

Special thanks to the GZCTF team for their excellent platform.