Versions Compared

Key

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

Running Airavata Server in Local Machine Using Latest Release from GIT

Prerequisites

  1. JAVA 8 or above is required

  2. Requires RabbitMQ server running in our local machine.

...

  1. http://maven.apache.org/download.cgi

  2. http://maven.apache.org/download.cgi#Installation


Start Airavata

  1. Create a folder in your local machine to get  copy of Airavata (E.g.: mkdir LocalAiravata). Clone the source (If you have not taken a clone prior) code from github (git clone https://github.com/apache/airavata.git) to the above created folder.

  2. After the above is completed build the source code by executing following maven command;

...