HamppServer has been replaced by hampp, a rewrite in Go that runs the same stack on Termux, without the Python and shell-script setup this project used.
curl -fsSL https://raw.githubusercontent.com/yourchocomate/hampp/main/scripts/install.sh | shhampp adds sites on
<name>.localhost, local HTTPS, PHP extension and php.ini management, Node.js version switching and a phone-sized dashboard. It keeps Termux's own config files untouched and serves your sites from~/www, where npm, Composer and git work properly.Moving over: install hampp and run
hampp doctor --fix. It removes what this project left behind ($PREFIX/share/HamppServer, the oldhampplauncher) and tells you how to restore Termux's stockhttpd.conf, which HamppServer overwrote. Your files in/sdcard/wwware left alone; copy them to~/www, or runhampp mirror onto keep using the/sdcardfolder.The code here stays available for reference. Please open issues in the hampp repository.
A complete localhost server with apache2, mariadb/mysql and phpmyadmin for termux android using python
pkg update -y && pkg upgrade -y
termux-setup-storage
pkg install git -y
git clone https://github.com/yourchocomate/HamppServer.git
cd HamppServer
chmod +x install
./install
or
bash install
Type hampp and start using HamppServer :)
Email: yourchocomate@gmail.com
Facebook: https://facebook.com/yourchocomate


