A Command line interface, inside a website!
This Web app based Command Line utility (CMD) has the compability for any CLI software. Following are supported by this project:
- Git
- npm
- node
- php
- .. all of them!
The modern way is using Docker. You'll only need Docker and Docker Compose installed on your system.
- Clone the repository:
git clone git@github.com:PatricNox/website-terminal.git # OR git clone https://github.com/PatricNox/website-terminal.git
- Navigate to the project directory:
cd website-terminal
- Run the following command to start the website:
The website will be accessible at http://localhost.
docker-compose up -d
- To stop and remove the containers, use:
docker-compose down --remove-orphans
You will need a web server (XAMPP for example) for this:
-
Download and extract the project files inside your web server's www/htdocs directory.
-
Run the website like a normal website!
Maybe you want to access a computer's shell from another location, having the terminal placed and password secured on the locations host.
USE AT YOUR OWN RISK
Any damage done to your or someone elses property is not to be held responsible by PatricNox, github or anyone/anything related to the project.
If to be used like in the "why" section, do strongly protect the access to it as it involves full access to a computer's system.
Only to the computer which runs the webserver where the terminal is inside!