Giter Club home page Giter Club logo

cubegeneratorweb's Introduction

176  mvn archetype:generate -DgroupId=com.javatpoint -DartifactId=CubeGeneratorWeb -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false
  177  tree CubeGeneratorWeb/
  178  cd CubeGeneratorWeb/
  179  cat pom.xml 
  180  pwd
  181  mvn clean package
  182  cd target/
  183  ls -lrt
  184  cd ..
  185  git init
  186  git commit -m "web app"
  187  git add .
  188  git commit -m "web app"
  189  git remote add origin [email protected]:qf-clinic/CubeGeneratorWeb.git
  190  git push 
  191  git branch -M main
  192  git push origin main
  193  clear
  194  ls -lrt
  195  cd target/
  196  ls -rlt
  197  java -jar CubeGeneratorWeb.war 
  198  apt install tomcat
  199  sudo apt install tomcat
  200  apt update
  201  cd
  202  wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.73/bin/apache-tomcat-9.0.73.tar.gz
  203  ls -lrt
  204  tar -xvf apache-tomcat-9.0.73.tar.gz 
  205  ls -lrt
  206  ln -s apache-tomcat-9.0.73 tomcat
  207  ls -lrt
  208  cd tomcat
  209  ls -lrt
  210  cd webapps/
  211  ls -lrt
  212  cd ..
  213  ls -lrt
  214  cd bin/
  215  ls -lrt
  216  ./startup.sh 
  217  ps -ef|grep java
  218  cd ../webapps/
  219  ls -lrt
  220  cp ../../CubeGeneratorWeb/target/CubeGeneratorWeb.war .
  221  ls -lrt
  222  history

cubegeneratorweb's People

Contributors

vsmuser1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.