Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the following commands to install the required Linux packages:

Code Block
themeEmacs
languagephppowershell
 $ sudo yum install -y wget
Code Block
themeEmacs
languagepowershell
$ sudo yum install -y rsync
Code Block
themeEmacs
languagepowershell
$ sudo wget http://repository.it4i.cz/mirrors/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
$ sudo rpm -i rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
$ sudo yum install -y rar
$ sudo yum install -y unrar

Modify the security limits for wildfly user as specified below:

Code Block
themeEmacs
languagepowershell
$ sudo vi /etc/security/limits.conf


Append the following line at the end of the file:

Code Block
themeEmacs
languagepowershell
wildfly     soft nofile 20000
wildfly     hard nofile 20000
wildfly     soft nproc unlimited
wildfly     hard nproc unlimited

...

Code Block
$ cd /install
$ tar zxf crm_r10_rhel6_7_wildfly_10.tar.gz
Code Block
themeEmacs
languagepowershell
 
Code Block
themeEmacs
languagepowershell
 
Code Block
themeEmacs
languagepowershell
 

Install required java version jdk1.8.0_72

...