You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,10 @@ Supported distribution is Debian Wheezy (7.x).
17
17
18
18
### Configure FQDN on Debian
19
19
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)
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 .
31
24
32
25
### Configuration of java for tomcat
33
26
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
84
77
85
78
## Installation of optional components
86
79
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
88
81
89
82
### UnifiedViews QualityAssesment Plugins
90
83
91
-
To install QualityAssessment plugins, run following command
84
+
To isntall QualityAssessment plugins, run following command
0 commit comments