29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# README
|
|
|
|
## browser terminal
|
|
|
|
 [](https://github.com/hanyixuanten/browser-terminal/blob/main/LICENSE) 
|
|
|
|
### Introduction
|
|
|
|
This is a **web terminal** based on php. It is **not** a terminal for the server or a ssh terminal, but a 'terminal' for the browser.
|
|
|
|
It can be used to run some simple commands, such as ls, cat, mkdir, rm etc. It is suitable for small projects or personal use.
|
|
|
|

|
|
|
|
### Commands
|
|
|
|
Visit [command.md](https://github.com/hanyixuanten/browser-terminal/blob/main/commands.md) for more information about the commands
|
|
|
|
### install method
|
|
|
|
1. Environment: nginx or apache with php
|
|
2. Download the latest release from [this page](https://github.com/hanyixuanten/browser-terminal/releases)
|
|
3. Extract the zip file and put it in the root directory of your web server
|
|
4. Open the browser and enter the address of your web server, you can see the terminal interface
|
|
|
|
### Features
|
|
|
|
- No need for any installation, just upload it into a server, open the browser and use it
|