https://github.com/masterwifinetworksolution/termux-php-apache2-setup
https://github.com/masterwifinetworksolution/termux-php-apache2-setup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterwifinetworksolution/termux-php-apache2-setup
- Owner: masterwifinetworksolution
- Created: 2024-06-05T20:36:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T21:59:36.000Z (5 months ago)
- Last Synced: 2025-02-11T22:34:55.593Z (5 months ago)
- Language: Shell
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repositori untuk setup PHP dan Apache2 di android menggunakan Termux.
## Instalasi
Untuk instalasi php dan apache2. Buka termux, lalu run command ini:```
pkg install git -y && cd ~/ && git clone https://github.com/masterwifinetworksolution/termux-php-apache2-setup.git && cd ~/termux-php-apache2-setup && bash setup && cd ~/ && rm -rf termux-php-apache2-setup
```
## Test Instalasi
Cek versi php:
```
php -v
```
Untuk menguji apakah PHP bisa dirunning. Buat file index.php:
```
echo "" > storage/shared/htdocs/index.php
```start server:
```
apachectl
```