This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 81b860a Minor formatting changes
81b860a is described below
commit 81b860abfb36e6d460b694cc2607b4a58b0bc674
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Mon Mar 11 15:49:17 2019 -0400
Minor formatting changes
---
modules/ide-integration/README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/modules/ide-integration/README.md
b/modules/ide-integration/README.md
index bc9c4d4..2c92cad 100644
--- a/modules/ide-integration/README.md
+++ b/modules/ide-integration/README.md
@@ -1,3 +1,7 @@
+## Introduction
+
+Using this module, you can setup a full Airavata installation inside Intelij
IDEA for development purposes
+
## Prerequisites
* Docker installed with 'docker-compose' utility
@@ -30,7 +34,7 @@
* Browse to modules -> ide-integration module
-### Starting backend components
+### Starting backend components (Database, Keycloak, Kafka, RabbitMQ, SSHD
Server)
* Add a host entry to /etc/hosts file in local machine
@@ -46,6 +50,8 @@
* Wait until all the services come up. This will initialize all utilities
required to start Airavata server
+### Starting API Server
+
* Go to org.apache.airavata.ide.integration.APIServerStarter class and right
click on the editor and click Run option. This will start Airavata server
### Starting Job Execution Engine