Skip to content

doublegunz/termux-php-apache2-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/doublegunz/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

cek versi php

Untuk menguji apakah PHP bisa dirunning. Buat file index.php:

echo "<?php phpinfo();?>" > storage/shared/htdocs/index.php

start server:

apachectl

tes running server

About

Setup PHP dan Apache2 di android menggunakan Termux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages