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 6066396 Minor formatting changes
6066396 is described below
commit 6066396cf948916e4b85425e0f00a8f517f8a5e4
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Mon Mar 11 15:43:06 2019 -0400
Minor formatting changes
---
modules/ide-integration/README.md | 51 ++++++++++++++++++++++++++-------------
1 file changed, 34 insertions(+), 17 deletions(-)
diff --git a/modules/ide-integration/README.md
b/modules/ide-integration/README.md
index fb7bb45..bc9c4d4 100644
--- a/modules/ide-integration/README.md
+++ b/modules/ide-integration/README.md
@@ -16,11 +16,15 @@
* Clone Airavata repository to a local directory
- ```git clone https://github.com/apache/airavata```
+ ```
+ git clone https://github.com/apache/airavata
+ ```
* Checkout develop branch
- ```git checkout develop```
+ ```
+ git checkout develop
+ ```
* Open the project using InteliJ IDEA
@@ -30,11 +34,15 @@
* Add a host entry to /etc/hosts file in local machine
- ```127.0.0.1 airavata.host```
+ ```
+ 127.0.0.1 airavata.host
+ ```
* Go to src/main/resources directory and run
- ```docker-compose up```
+ ```
+ docker-compose up
+ ```
* Wait until all the services come up. This will initialize all utilities
required to start Airavata server
@@ -66,9 +74,11 @@ https://support.google.com/accounts/answer/6010255?hl=en
* You can create and launch experiments and manage credentials using this
portal
* This is a separate project so you need to clone this in to a new directory
outside the Airavata code base
-
-* git clone https://github.com/apache/airavata-django-portal
-
+
+ ```
+ git clone https://github.com/apache/airavata-django-portal
+ ```
+
* Go to airavata-django-portal directory and run
```
@@ -102,6 +112,7 @@ https://support.google.com/accounts/answer/6010255?hl=en
```
python3 manage.py runserver
+ ```
* Point your browser to http://localhost:8000/auth/login. Use user name :
default-admin and password : 123456
@@ -111,17 +122,23 @@ https://support.google.com/accounts/answer/6010255?hl=en
* Go to src/main/resources/pga directory and run
- ```docker-compose up -d```
+ ```
+ docker-compose up -d
+ ```
* Run following command to get the ip address of host machine
- This command is for docker containers deployed on Mac OSX
+ This command is for docker containers deployed on Mac OSX
- ``` docker-compose exec pga getent hosts docker.for.mac.host.internal | awk
'{ print $1 }'```
+ ```
+ docker-compose exec pga getent hosts docker.for.mac.host.internal | awk '{
print $1 }'
+ ```
* Update the host entries of pga container with above ip address
- ```docker-compose exec pga /bin/sh -c "echo '<host-machine ip> airavata.host'
>> /etc/hosts"```
+ ```
+ docker-compose exec pga /bin/sh -c "echo '<host-machine ip> airavata.host'
>> /etc/hosts"
+ ```
* Now PGA should be accessible through http://airavata.host:8008
@@ -131,10 +148,10 @@ https://support.google.com/accounts/answer/6010255?hl=en
* For each composer file, run following commands to cleanup docker spawned
components
- ```
- docker-compose down
- ```
+ ```
+ docker-compose down
+ ```
- ```
- docker-compose rm
- ```
\ No newline at end of file
+ ```
+ docker-compose rm
+ ```
\ No newline at end of file