WebIDE


Terminal> git clone https://github.com/josephworks/WebIDE.git

Cloning into 'WebIDE'...
remote: Counting objects: 2764, done.
remote: Compressing objects: 100% (403/403), done.
remote: Total 2764 (delta 316), reused 484 (delta 211), pack-reused 2100
Receiving objects: 100% (2764/2764), 132.34 MiB | 4.57 MiB/s, done.
Resolving deltas: 100% (967/967), done.

Terminal> cp -r WebIDE /var/www

Done!

Terminal> cd /var/www

Done!

Terminal> mv /var/www/html /var/www/oldhtml

Done!

Terminal> mv /var/www/WebIDE /var/www/html

Done!
Now go to localhost or 127.0.0.1 in your browser!
Warn: If you had old files in /var/www/html they would be in /var/www/oldhtml

To undo these changes run this command:

Terminal> rm -rf /var/www/html && mv /var/www/oldhtml /var/www/html

WebIDE is a website written HTML that contains multiple IDE's.