Skip to content

Commit b43c1b6

Browse files
committed
Move globus/ingester installation section one level up
1 parent 23bf42a commit b43c1b6

File tree

5 files changed

+19
-23
lines changed

5 files changed

+19
-23
lines changed

_data/documentation-op.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
path: /documentation/admin/req-infrastructure
1515

1616
- id: 4
17-
title: INSTALLATION
18-
description: Installation
17+
title: INGESTOR INSTALLATION
18+
description: Ingestor Installation and Configuration
1919
# Note trailing slash needed since installation has subpages
20-
path: /documentation/admin/installation/
20+
path: /documentation/admin/installation/ingestor
2121

2222
- id: 5
23-
title: ADMINISTRATION
24-
description: Administration & Maintenance
25-
path: /documentation/admin/admin-maintenance
23+
title: GLOBUS INSTALLATION
24+
description: Globus Installation and Configuration
25+
# Note trailing slash needed since installation has subpages
26+
path: /documentation/admin/installation/globus
2627

2728
- id: 6
2829
title: SUPPORT

_data/installation.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

documentation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ tags:
1616

1717
### Documentation
1818

19-
Here you will find a table of contents of the available documentation.
20-
21-
Click directly on a chapter to jump to it.
22-
2319
- [**User Manual**](/documentation/user/overview)
2420
{%- for item in site.data.documentation-user %}
2521
1. <a href="{{ item.path }}" onclick="updateStepper('User Manual', '{{ item.title }}', '{{ item.path }}')">{{ item.description }}</a>

documentation/admin/installation/globus.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Globus Installation
44
permalink: /documentation/admin/installation/globus
55
share-description: Instructions for installing the globus
66
---
7+
<!-- Show the current active documentation page -->
8+
{% include documentationStepper/stepper.html %}
79

810
## Introduction
911

@@ -26,10 +28,10 @@ docs](https://docs.globus.org/globus-connect-server/v5/).
2628

2729
The following TCP ports should be opened in the firewall (see all [firewall rules](/documentation/admin/req-infrastructure#firewall-rules)):
2830

29-
| Port | Direction | IP range | Reason |
30-
|---|---|---|---|
31-
|tcp/443| bidirectional | 54.237.254.192/29 | Globus Control |
32-
|tcp/50000-51000| outgoing | 192.33.126.53 (lx-globus-01.psi.ch)<br/>192.33.126.54 (lx-globus-02.psi.ch) | Globus GridFTP Out |
31+
| Port | Direction | IP range | Reason |
32+
|-----------------|---------------|-----------------------------------------------------------------------------|--------------------|
33+
| tcp/443 | bidirectional | 54.237.254.192/29 | Globus Control |
34+
| tcp/50000-51000 | outgoing | 192.33.126.53 (lx-globus-01.psi.ch)<br/>192.33.126.54 (lx-globus-02.psi.ch) | Globus GridFTP Out |
3335

3436
You should assign a domain name for the server (`em-globus.facility.ch` in examples) an
3537
provision SSL certificates; see [requirements](/documentation/admin/req-infrastructure#domain-names)
@@ -99,3 +101,5 @@ OpenEM:
99101
- facility name
100102

101103
The PSI admins will reply with the correct ingestor configuration for data transfer.
104+
105+
{% include documentationStepper/forwardBackward.html showBack=true showNext=true %}

documentation/admin/installation/ingestor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Ingestor Installation
44
permalink: /documentation/admin/installation/ingestor
55
share-description: Instructions for installing the ingestor for OpenEM
66
---
7+
<!-- Show the current active documentation page -->
8+
{% include documentationStepper/stepper.html %}
79

810
## Installing the ingestor
911

@@ -99,3 +101,5 @@ In case the ingestor needs to run using as a specific user, add the following va
99101
|-----------|---------------|-------------|-------------------|
100102
| UID | 1001 | User id | yes |
101103
| GID | 1001 | Group id | yes |
104+
105+
{% include documentationStepper/forwardBackward.html showBack=true showNext=true %}

0 commit comments

Comments
 (0)