Commit bba3fd5b authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Updating instructions

parent 185d0e16
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -85,6 +85,11 @@ Setup

       export ESGF_VERSION=1.4

   * **ESGF_IMAGES_HUB** must reference the name of the Docker repository to pull the images from, which for this
     exercise should be *esgfhub*::

       export ESGF_IMAGES_HUB=esgfhub

   * **ESGF_DATA_DIR** must reference the root of the data directory on your host.

     * for example on linux::
@@ -159,7 +164,7 @@ Execution

        https://$ESGF_HOSTNAME/thredds/admin/debug?Catalogs/reinit

     Use username = *rootAdmin* and password = *changeit* .
     Use username = *dnode_user* and password = *changeit* .
        
   * Download one of the test files. 
     You will have to log onto the ORP with the same openid as above.
(35.6 KiB)

File changed.

No diff preview for this file type.

+1.37 KiB (42.2 KiB)

File changed.

No diff preview for this file type.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+7 −1
Original line number Diff line number Diff line
@@ -142,6 +142,12 @@ which is recommended to be the latest stable version, e.g.:</p>
</pre></div>
</div>
</li>
<li><p class="first"><strong>ESGF_IMAGES_HUB</strong> must reference the name of the Docker repository to pull the images from, which for this
exercise should be <em>esgfhub</em>:</p>
<div class="highlight-python"><div class="highlight"><pre>export ESGF_IMAGES_HUB=esgfhub
</pre></div>
</div>
</li>
<li><p class="first"><strong>ESGF_DATA_DIR</strong> must reference the root of the data directory on your host.</p>
<ul>
<li><p class="first">for example on linux:</p>
@@ -224,7 +230,7 @@ trust the self-signed certificate from $ESGF_HOSTNAME.</p>
<div class="highlight-python"><div class="highlight"><pre>https://$ESGF_HOSTNAME/thredds/admin/debug?Catalogs/reinit
</pre></div>
</div>
<p>Use username = <em>rootAdmin</em> and password = <em>changeit</em> .</p>
<p>Use username = <em>dnode_user</em> and password = <em>changeit</em> .</p>
</li>
<li><p class="first">Download one of the test files.
You will have to log onto the ORP with the same openid as above.</p>
Loading