TAMP (Termux, Apache, MariaDB, PHP)
TAMP is a local http web server for Android using Termux, with installation packages: Apache, MySQL/MariaDB, PHP, phpMyAdmin, & Composer.
ㅤ
- Termux v0.118.0 or higher
- Stable and fast internet connection
ㅤ
- Install & open Termux
- Update & upgrade packages:
pkg update && pkg upgrade- Grant Termux storage permission:
termux-setup-storage- Install
git& clone this repo:
pkg install git -y && cd ~/ && git clone https://github.com/sekedus/tamp.git- Install TAMP:
cd ~/tamp && bash setup && cd ~/- Wait until installation is complete.
- Enjoy!
ㅤ
- Run
tamp startto open url in browser. - Local web server with SSL:
- run:
tamp start-ssl - port:
8443 - url:
https://localhost:8443
- run:
- Login phpMyAdmin:
- url:
http://localhost:8080/phpmyadmin - username:
root - password: {leave_it_blank}
- url:
- htdocs folder can be found in:
/sdcard/htdocs- or
/storage/emulated/0/htdocs
ㅤ
- tamp start
- tamp start-ssl
- tamp stop
- tamp update
- tamp uninstall
ㅤ
ㅤ
TAMP is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.