Web Terminal
A Terminal that work's in your browser.
Build with PHP, Javascript and CSS.
Installation
- Clone this repo:
git clone git@github.com:captainspain/web-terminal.git
- Run composer install inside this project:
cd web-terminal/
composer install
- Copy the
.env.example
and change it to your settings.
cp .env.example .env
- Run php server:
php -S localhost:8000
- Navigate to
http://localhost:8000
in your browser.
Work in Progress
Still some work in progress.
Any help is welcome :)
Tested on:
- Ubuntu Xenial