Skip to content

Cloud Web Terminal Emulator. Opens your terminal to Web.

License

Notifications You must be signed in to change notification settings

javaterminal/cloudterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Web Terminal

View on Github .imageblock { text-align: center !important; } .view-github { float: right; }

1. About

CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container.

Image 310817 062349.305

2. 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

2.1. Run on JVM

git clone https://github.com/rahmanusta/cloudterm.git
cd cloudterm
mvn clean install
cd target
java -jar cloudterm.jar

2.2. Run on Docker

Open the browser http://localhost:8080

docker run -it --rm -p 8080:8080 rahmanusta/cloudterm

3. License

MIT