Skip to content

Commit e9e972a

Browse files
committed
README update.
1 parent 6ce845e commit e9e972a

File tree

1 file changed

+25
-32
lines changed

1 file changed

+25
-32
lines changed

README.md

Lines changed: 25 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ $ git clone https://github.com/DREAM-ODA-OS/ODA-OS_subsytem.git
5252

5353
#### Step 2 - Prepare the installed SW packages
5454

55-
Put the SW packages which i) cannot be downloaded automatically or ii) need to be installed from a newer version not yet available on-line to the `ODA-OS_subsytem/contrib/` directory of the (unpacked or cloned) installer.
55+
Put the SW packages which i) cannot be downloaded automatically or ii) need to
56+
be installed from a newer version not yet available on-line to the
57+
`ODA-OS_subsytem/contrib/` directory of the (unpacked or cloned) installer.
5658

5759
#### Step 3 - Run the Installation
5860

@@ -95,23 +97,22 @@ This allows installation and/or update of selected SW packages only.
9597

9698
#### Step 4 - Hostname Configuration
9799

98-
Some of the services provided by the ODA-OS subsytem require
99-
configuration of the correct host-name under which the service
100-
will be available. The host-name need not to be always the same
101-
as the one announced by the operating system during the
102-
installation. In case, the service host-name (i.e., fully qualified
103-
domain-name or IP adress assigned to the computer) has to be corrected
104-
the following command shall be executed:
100+
Some of the services provided by the ODA-OS subsytem require configuration of
101+
the correct host-name under which the service will be available. The host-name
102+
need not to be always the same as the one announced by the operating system
103+
during the installation. In case, the service host-name (i.e., fully qualified
104+
domain-name or IP adress assigned to the computer) has to be corrected the
105+
following command shall be executed:
105106

106107
```
107108
$ sudo ODA-OS_subsytem/scripts/reset_hostname.sh <host-name>
108109
```
109110

110111
### ODA-OS Core Quick Start
111112

112-
When the installation has been finished successfully,
113-
the ODA-OS core shoudl be fully functional. The ODA-Client
114-
(including the Ingestion Admin. Client) is available at:
113+
When the installation has been finished successfully, the ODA-OS core shoudl be
114+
fully functional. The ODA-Client (including the Ingestion Admin. Client) is
115+
available at:
115116

116117
```
117118
http://<host-name>/oda
@@ -128,10 +129,10 @@ http://<host-name>/eoxs
128129

129130
### ODA-OS Core Administration
130131

131-
This section provides brief introduction to the administration ODA-OS Core
132-
and to the detail of the configuration. The text focuses on the scecific
133-
aspects of the ODA-Core installation and it does not intend to replace
134-
the documentation of the idividual components.
132+
This section provides brief introduction to the administration ODA-OS Core and
133+
to the detail of the configuration. The text focuses on the scecific aspects of
134+
the ODA-Core installation and it does not intend to replace the documentation
135+
of the idividual components.
135136

136137
#### System Service
137138

@@ -143,7 +144,7 @@ and `service` command [2])
143144
- `httpd` - The Apche web server - the web interface.
144145
- `postgresql` - The PostgreSQL database.
145146

146-
*More service*
147+
*Additional services may still be added.*
147148

148149
[2] https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-Services_and_Daemons.html
149150

@@ -158,24 +159,16 @@ The ODA-OS is structure in the following subdirectories:
158159
#### User Identities
159160

160161
The installed SW components and their configuration is owned by `odaos`
161-
admnistrator, a system user with no password assigned. Any modification
162-
of the configuration requires `odaos` user identity.
162+
admnistrator, a system user with no password assigned. Any modification of the
163+
configuration requires `odaos` user identity.
163164

164-
The actual service are operated having `apache` system user's identity
165-
and all the files created or modified by the services are either owned
166-
directly by the `apache` user or they belong to `apache` user group
167-
with write permission granted.
165+
The actual service are operated having `apache` system user's identity and all
166+
the files created or modified by the services are either owned directly by the
167+
`apache` user or they belong to `apache` user group with write permission
168+
granted.
168169

169-
The SW installed from the RPM packages is owned by the `root` and they
170-
are not supposed to be modified.
170+
The SW installed from the RPM packages is owned by the `root` and they are not
171+
supposed to be modified.
171172

172173
*More details TBD*
173174

174-
175-
176-
177-
178-
179-
180-
181-

0 commit comments

Comments
 (0)