Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.25 KB

kangle

A shell script to install kangle web server on Ubuntu/Debian.

This script builds and installs kangle, offering three options:

  1. kangle 3.6.0 with support for HTTP/3, kwebp, and kwaf.
  2. kangle 3.5.21.16 with Easypanel, using pre-compiled executable files from this repository
  3. kangle 3.5.21.16 in Docker with Easypanel, kwebp, kwaf, and TLS-enabled Pure-FTPd

Additionally, the script will install MySQL8, PHPMyAdmin and multiple PHP versions:

  • PHP 5.6, 7.4, and 8.3 (for options 1 and 2).
  • PHP 5.6, 7.2, and 8.0 (for option 3).

Usage:

wget -q https://raw.githubusercontent.com/funnycups/kangle/main/install.sh && bash install.sh

More detail information at https://www.xh-ws.com/archives/install-kangle-on-ubuntu-debian.html

Changelog

Dec 7, 2024

  • Add docker support.

Nov 10, 2024

  • Add Debian support.

Nov 4, 2024

  • Bug fix for php-mysql and PHPMyAdmin.

Aug 13, 2024

  • Add support for boost fcontext.

Aug 7, 2024

  • Fix bugs related to MySQL installation and configuration.

Jul 30, 2024

  • Add support for kangle 3.5.21.16+easypanel.

Jul 26, 2024

  • Bug fix.

Jun 27, 2024

  • Initial release.