Skip to content
/ tamp Public

Local http web server like LAMP/XAMPP for Android using Termux.

License

Notifications You must be signed in to change notification settings

sekedus/tamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAMP

GitHub repo size GitHub Clones GitHub License

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.

Requirements

  • Termux v0.118.0 or higher
  • Stable and fast internet connection

Installation

  1. Install & open Termux
  2. Update & upgrade packages:
pkg update && pkg upgrade
  1. Grant Termux storage permission:
termux-setup-storage
  1. Install git & clone this repo:
pkg install git -y && cd ~/ && git clone https://github.com/sekedus/tamp.git
  1. Install TAMP:
cd ~/tamp && bash setup && cd ~/
  1. Wait until installation is complete.
  2. Enjoy!

Usage

  • Run tamp start to open url in browser.
  • Local web server with SSL:
    • run: tamp start-ssl
    • port: 8443
    • url: https://localhost:8443
  • Login phpMyAdmin:
    • url: http://localhost:8080/phpmyadmin
    • username: root
    • password: {leave_it_blank}
  • htdocs folder can be found in:
    • /sdcard/htdocs
    • or /storage/emulated/0/htdocs

Commands

  • tamp start
  • tamp start-ssl
  • tamp stop
  • tamp update
  • tamp uninstall

Credits

License

TAMP is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.

Releases

No releases published

Packages