pdani / hw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HW

Website, calculating the main parameters of a circle with the given radius

Requirements

  • Tomcat 7 (sudo apt-get install tomcat7)
  • Maven 3.3.3 (sudo apt-get install maven)
  • JDK (sudo apt-get install jdk)

Installation/running

  1. Clone maven project from github (clone https://github.com/gerdzso/hw.git)
  2. Go into the hw directory
  3. Create runnable file (mvn package)
  4. Copy runnable into the Tomcat server (sudo cp target/hw.war /var/lib/tomcat7/webapps/ [if you use linux])
  5. Restart Tomcat server (sudo service tomcat7 restart)
  6. Type your browser the following: http://localhost:8080/hw/
  7. Have fun!

About


Languages

Language:Java 100.0%