Versions Compared

Key

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

Airavata XBAYA Quick Start Up Tutorial - OBSOLETE

PrerequisitesPrerequisites 

  1. Requires RabbitMQ server running in our local machine.
    1. Download the RabbitMQ from https://www.rabbitmq.com/install-standalone-mac.html.
    2. Unzip the downloaded RabbitMQ tar file into a folder in your local machine. To unzip use;
      tar -xvf rabbitmq-server-mac-standalone-3.4.1.tar.gz
    3. Start the RabbitMQ server using;
      ./rabbitmq_server-3.4.1/sbin/rabbitmq-server –detached
      (For detailed information on getting RabbitMQ started, stooped, etc please visit https://www.rabbitmq.com/download.html)
  2. Requires maven (java based code building tool)
    1. http://maven.apache.org/download.cgi
    2. http://maven.apache.org/download.cgi#Installation

...