Skip to content

AlienQ7/devfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

​🛠️ Requirements Installation

​These commands ensure your Termux environment is up-to-date and has the necessary tools.

pkg update
pkg upgrade

📦 Core Tool Installation

These commands install the specific tools needed for your workflow (GitHub projects often use git and php).

pkg install git
pkg install php

🚀 Step-by-Step Setup

​Now lets clone the git repo on to our Termux and handle r7p script or tool that launch local host website using php.

  1. Cloning Git repo.
git clone https://github.com/AlienQ7/DevConsole.git

2.Moving file to bin directory for easy access.

cd dev
mv r7p /data/data/com.termux/files/usr/bin
cd $PREFIX/bin
  1. lets Give premission to r7p.
chmod +x r7p
  1. Navgating back to dev directory to excute our main file which is 'index.php'
cd
cd dev
  1. Launch the local website hoster
r7p

now enter the file name 'index.php' when r7p script asked for input.

  1. Remember the website will be active as long as Termux app in open in background ,so to close the website run this command
r7p kill

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors