Table of Contents
View on Github
.imageblock {
text-align: center !important;
}
.view-github {
float: right;
}
You can run it with a standalone Tomcat server or with Docker. After it is run, open the browser http://localhost:8080
git clone https://github.com/rahmanusta/cloudterm.git
cd cloudterm
mvn clean install
cd target
java -jar cloudterm.jar
Open the browser http://localhost:8080
docker run -it --rm -p 8080:8080 rahmanusta/cloudterm