cloudterm
cloudterm copied to clipboard
Cloud Web Terminal Emulator. Opens your terminal to Web.
= Cloud Web Terminal Rahman Usta :doctype: article :encoding: utf-8 :lang: en :toc: left :numbered: :description: CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container. :author: Rahman Usta :keywords: web,terminal,java,cloud,tty,docker
++++ View on Github
++++
== About
CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container.
image::https://raw.githubusercontent.com/rahmanusta/cloudterm/master/images/Image-310817-062349.305.png[width=900]
//image::images/Image-310817-062349.305.png[width=900]
== How to install
You can run it with a standalone Tomcat server or with Docker. After it is run, open the browser http://localhost:8080
=== Run on JVM
[source,bash]
git clone https://github.com/rahmanusta/cloudterm.git cd cloudterm mvn clean install cd target java -jar cloudterm.jar
=== Run on Docker
Open the browser http://localhost:8080
[source,bash]
docker run -it --rm -p 8080:8080 rahmanusta/cloudterm
== License
https://github.com/rahmanusta/cloudterm/blob/master/LICENSE[MIT]