From af0bb4c13912ae050453c5fbfe0fac641471e3ac Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Mon, 25 Jul 2022 08:38:34 +0200
Subject: [PATCH] - add local installation instructions to README - updated
 timestamp - added datalocation link to GUI

---
 README.md                                        | 7 ++++++-
 ldvspec/lofardata/templates/lofardata/index.html | 6 ++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 14f5ae5a..cccf6ac9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,12 @@ LDV Specification Application. For filling ATDB-LDV with processing tasks for LO
   * deploy in test, and test it
   * deploy in production, and test it
   
-
+### Local update
+After a collegue has made changes, then locally
+  * git pull
+  * pip install -r requirements\dev.tx
+  * python manage.py migrate --settings=ldvspec.settings.dev  
+  
 ## Test Environment
   * https://sdc-dev.astron.nl/ldvspec/
 
diff --git a/ldvspec/lofardata/templates/lofardata/index.html b/ldvspec/lofardata/templates/lofardata/index.html
index 92cd6d0b..534bfbc0 100644
--- a/ldvspec/lofardata/templates/lofardata/index.html
+++ b/ldvspec/lofardata/templates/lofardata/index.html
@@ -9,12 +9,14 @@
 
         <tbody>
             <tr><td>atdb_host</td><td>{{ atdb_host }}</td></tr>
-            <tr><td>api</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr>
+            <tr><td>api data</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr>
+            <tr><td>api data-location</td><td><a href="{% url 'datalocation' %}">{% url 'datalocation' %}</a></td></tr>
+
             <tr><td>api-schema</td><td><a href="{% url 'openapi-schema' %}">{% url 'openapi-schema' %}</a></td></tr>
         </tbody>
 
     </table>
-    <p class="footer"> Version 1.0.0 (15 jul 2022 - 16:00)
+    <p class="footer"> Version 1.0.0 (25 jul 2022 - 8:00)
 
 </div>
 
-- 
GitLab