# cloudterm **Repository Path**: mamh-java/cloudterm ## Basic Information - **Project Name**: cloudterm - **Description**: https://github.com/mamh-java/cloudterm - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2022-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = 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]