You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/15 17:52:09 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3383 Adding docs

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 459e0a4  AIRAVATA-3383 Adding docs
     new 017a7a9  Merge branch 'airavata-3383' into develop
459e0a4 is described below

commit 459e0a4b4a6c42e63afef788a1987516fcb1d5e1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 15 13:51:31 2021 -0400

    AIRAVATA-3383 Adding docs
---
 README.md | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 7667dd5..77f29b9 100644
--- a/README.md
+++ b/README.md
@@ -44,14 +44,20 @@ information on how to install yarn.
       [mysqlclient-python installation notes](https://github.com/PyMySQL/mysqlclient-python#install)
       for more details.
 
-2.  Create a local settings file. Copy
-    `django_airavata/settings_local.py.sample` to
-    `django_airavata/settings_local.py` and edit the contents to match your
-    Keycloak and Airavata server deployments.
+2.  Create a local settings file.
 
-    ```
-    cp django_airavata/settings_local.py.sample django_airavata/settings_local.py
-    ```
+    - You can either copy `django_airavata/settings_local.py.sample` to
+      `django_airavata/settings_local.py` and edit the contents to match your
+      Keycloak and Airavata server deployments.
+
+      ```
+      cp django_airavata/settings_local.py.sample django_airavata/settings_local.py
+      ```
+
+    - Or, if you have Admin access to an Airavata Django Portal instance, you
+      can log in, go to _Settings_ and then _Developer Console_
+      (/admin/developers) and download a `settings_local.py` file for local
+      development. Save it to the `django_airavata/` directory.
 
 3.  Run Django migrations