Skip to content

Commit 98a56ec

Browse files
committed
Update README.md
1 parent bddfe8a commit 98a56ec

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ manually.
3737
*SW Component* | *On-line Source* | *Comment*
3838
--- | --- | ---
3939
ngEO-DM | Spacebel FTP [1] | Required. Downloaded automatically when a valid `.netrc` found in the `contrib/` directory.
40-
DQ subsystem | Spacebel FTP [2] | Downloaded automatically when a valid `.netrc` found in the `contrib/` directory.
41-
local catalogue | *n/a* | Optional. Not yet integrated.
40+
DQ subsystem | Spacebel FTP [2] | Optional. Downloaded automatically when a valid `.netrc` found in the `contrib/` directory.
41+
eXcat catalogue | *n/a* | Optional. Requires manual download and copying of the zip archive to the `contrib` directory.
42+
S2-preprocessor | Spacebel FTP [3] | Not yet fully integrated.
4243
[1] `ftp://ftp.spacebel.be/Inbox/ASU/MAGELLIUM/DM-Releases/`
4344

4445
[2] `ftp://ftp.spacebel.be/Software deliveries/Task13-ASV/QSS/`
46+
47+
[3] `ftp://ftp.spacebel.be/Inbox/EOX/software/gisat`
4548
#### Step 1 - Get the Installation Scripts
4649

4750
The installer (i.e., content of this repository) can be obtained
@@ -96,6 +99,18 @@ $ sudo ODA-OS_subsytem/scripts/install.sh ODA-OS_subsytem/scripts/install.d/{30_
9699

97100
This allows installation and/or update of selected SW packages only.
98101

102+
The optional components are excluded from the automatic installation.
103+
The optional installers are located in the `scripts/optional.d/` directory:
104+
105+
```
106+
$ ls ODA-OS_subsytem/scripts/optional.d/
107+
21_tomcat7.sh 30_excat2_install.sh 35_data_quality_install.sh 60_data_quality_config.sh
108+
```
109+
These scritps have to be executed manually, e.g:
110+
111+
```
112+
$ sudo ODA-OS_subsytem/scripts/install.sh ODA-OS_subsytem/scripts/install.d/{21_tomcat7.sh,30_excat2_install.sh}
113+
```
99114

100115
#### Step 4 - Hostname Configuration
101116

@@ -144,7 +159,11 @@ and `service` command [2])
144159
- `ngeo-dm` - The ngEO Download Manager (local deamon, not exposed to the external world)
145160
- `ingeng` - The Ingestion Engine (autonomous daemon accesible via Apache reverse proxy)
146161
- `httpd` - The Apche web server - the web interface.
147-
- `postgresql` - The PostgreSQL database.
162+
- `postgresql` - The PostgreSQL database.
163+
- `tomcat6` - Tomcat 6 (Rasdaman Petascope).
164+
- `rasdaman` - Rasdaman (raster-DB backend).
165+
- `tomcat` - (optional) Tomcat 7 (eXcat catalogue).
166+
- `tomcat-dq` - (optional) Tomcat 7 (Data Qaulity proxy).
148167

149168
*Additional services may still be added.*
150169

@@ -157,6 +176,7 @@ The ODA-OS is structure in the following subdirectories:
157176
- `/srv/eodata/` - data storage (anticipated to be mounted from a separate storage volume).
158177
- `/srv/odaos/` - location of the installed SW and its configuration.
159178
- `/var/log/odaos` - location of the logfiles of the SW components.
179+
- `/srv/pgdata/` - PosgreSQL DB files (including Rasdaman raster-DB)
160180

161181
#### User Identities
162182

0 commit comments

Comments
 (0)