Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RepositoryURL
RESTfulATNA-serverhttps://code.imphub.org/scm/ihe/restfulatna-server.git

 

Build the Software

...

  1. After cloning, switch to the Java EE perspective. There will be no projects visible.
  2. Import the maven project into your system.
  3. Right click on one of the projects in the Project explorer and select Maven => Update Project... from the context menu. On the Update Maven Project dialog, click “Select All” and then “OK”.
  4. Build the project with maven in the order and with the goals shown in the table below.
  5. The war file should be found in .../git/restfulatna-web/target/RESTful-ATNA-Server-0.0.1-SNAPSHOT.war
  6. Drop Rename and drop the war file in the webapps folder of Tomcat. You Rename the file to RESTful-ATNA-Server.war.
  7. After you drop the war file in the webapps folder, you should be able to open a web browser to:http://localhost:8080/RESTful-ATNAsend RESTful queries to it. We do have some sample queries defined using curl. Look in the folder scripts/curl.

 

ProjectMaven Goals
restfulatna-serverclean package install

...