Versions Compared

Key

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

...

Code Block
themeRDark
$ sudo yum install -y rsync
Code Block
language
themeEmacsRDarkpowershell
$ 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
themeEmacsRDark
languagepowershell
$ sudo vi /etc/security/limits.conf


Append the following line at the end of the file:

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

...

CRM.COM will provide an archive file that includes all necessary installation files to complete the installation. Extract the contents of the archive into the /install directory as described below:

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

 

...

themeEmacs
languagepowershell

 

Install required java version jdk1.8.0_72

...

First extract the java archive into /opt directory:

Code Block
themeRDark
$ cd /opt
$ sudo tar zxf /install/java/jdk-8u72-linux-x64.tar.gz
$ cd /opt/jdk1.8.0_72/
$ sudo alternatives --install /usr/bin/java java /opt/jdk1.8.0_72/bin/java 2

...