Skip to content

Commit 4b6b61a

Browse files
committed
updated configuration of FQDN
1 parent 6f10118 commit 4b6b61a

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

INSTALL.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ Supported distribution is Debian Wheezy (7.x).
1717

1818
### Configure FQDN on Debian
1919

20-
* if [FQDN](http://en.wikipedia.org/wiki/Fully_qualified_domain_name) is defined, the host has to be visible from external network, (e.g. if FQDN is odn.example.com then the host must be visible both through http and https protocols via http://odn.example.com and https://odn.example.com)
21-
* if [FQDN](http://en.wikipedia.org/wiki/Fully_qualified_domain_name) is not defined, the host has to be visible from external network, (e.g. if hostname is example then the host must be visible both through http and https via http://example and https://example)
22-
23-
#### Steps to configure FQDN
24-
25-
1. to get ip address of host <br>
26-
```IP_ADDRESS=`/sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'` ```
27-
2. to set FQDN - where host is accessible via my-computer.my-domain.ext <br>
28-
```echo "$IP_ADDRESS my-computer.my-domain.ext my-computer " >> /etc/hosts```
29-
3. to verify if host is set properly <br>
30-
```hostname -A```
20+
Before installing ODN, make sure that value returned by `hostname -f` is the one under which you would like your ODN instance to be accessible.
21+
Example: If `hostname -f` returns "odn.myorganization.org", your ODN instance will be available at http://odn.myorganization.org/ .
22+
Note: If the hostname is notproper FQDN, some users may experience problems while accessing your ODN instance.
23+
If you are not sure how to configure FQDN on Debian system, please follow instructions at https://wiki.debian.org/HowTo/ChangeHostname .
3124

3225
### Configuration of java for tomcat
3326
tomcat 7 uses by default java 6 so it is necessary to change default java for tomcat. Edit /etc/default/tomcat7, update environment variable JAVA_HOME.
@@ -84,15 +77,15 @@ User is required to confirm replacement of configuration files from previous ins
8477

8578
## Installation of optional components
8679

87-
Open Data Node supports also aditional components that could be installed and integrated with other core Open Data Node components.
80+
OpenDataNode supports also aditional components that could be installed and integrated with other core OpenDataNode components
8881

8982
### UnifiedViews QualityAssesment Plugins
9083

91-
To install QualityAssessment plugins, run following command
84+
To isntall QualityAssessment plugins, run following command
9285
```
9386
aptitude install qa-uv-plugins
9487
```
95-
It will install plugins into UnifiedViews.
88+
It iwll install plugins into UnifiedViews.
9689

9790
### LDVMI (Payola)
9891

0 commit comments

Comments
 (0)