Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
fayder edited this page Dec 12, 2013 · 18 revisions

Running restcountries

You will need JDK7 and Maven: https://maven.apache.org/ The branch "servlet2" works with JDK6

  1. Clone the project: git clone git@github.com:fayder/restcountries.git
  2. Change Directory to the cloned project and run mvn jetty:run
  3. The service must be available now at http://localhost:8081
Clone this wiki locally