/web-terminal

Terminal inside your browser

Primary LanguagePHP

Web Terminal

A Terminal that work's in your browser.
Build with PHP, Javascript and CSS.

Installation

  1. Clone this repo:
git clone git@github.com:captainspain/web-terminal.git
  1. Run composer install inside this project:
cd web-terminal/
composer install
  1. Copy the .env.example and change it to your settings.
cp .env.example .env
  1. Run php server:
php -S localhost:8000
  1. Navigate to http://localhost:8000 in your browser.

Work in Progress

Still some work in progress.
Any help is welcome :)

Tested on:

  • Ubuntu Xenial