https://github.com/sekedus/tamp
Local http web server like LAMP/XAMPP for Android using Termux.
https://github.com/sekedus/tamp
android apache lamp mariadb mysql php phpmyadmin termux xampp
Last synced: 3 months ago
JSON representation
Local http web server like LAMP/XAMPP for Android using Termux.
- Host: GitHub
- URL: https://github.com/sekedus/tamp
- Owner: sekedus
- License: gpl-3.0
- Created: 2024-06-02T11:29:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T00:37:00.000Z (4 months ago)
- Last Synced: 2025-03-25T15:52:59.492Z (3 months ago)
- Topics: android, apache, lamp, mariadb, mysql, php, phpmyadmin, termux, xampp
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TAMP
[](https://github.com/sekedus/tamp) [](https://github.com/MShawon/github-clone-count-badge) [](https://github.com/sekedus/tamp/blob/main/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](https://github.com/termux/termux-app/releases/latest) **v0.118.0** or higher
- Stable and fast internet connectionㅤ
## Installation1. Install & open Termux
2. Update & upgrade packages:
```bash
pkg update && pkg upgrade
```
3. Grant Termux storage permission:
```bash
termux-setup-storage
```
4. Install `git` & clone this repo:
```bash
pkg install git -y && cd ~/ && git clone https://github.com/sekedus/tamp.git
```
5. Install TAMP:
```bash
cd ~/tamp && bash setup && cd ~/
```
6. Wait until installation is complete.
7. 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- [Termux](https://github.com/termux/termux-app)
- [parzibyte.me](https://parzibyte.me/blog/en/2019/04/28/install-apache-php-7-android-termux/)
- [termux-php-apache2-setup](https://github.com/gungunpriatna/termux-php-apache2-setup)
- [termux-webserver](https://github.com/HadiKhoirudin/termux-webserver)ㅤ
## LicenseTAMP is licensed under the GNU General Public License v3.0. See the [LICENSE](https://github.com/sekedus/tamp/blob/main/LICENSE) file for more details.