...
Code Block |
---|
|
$ sudo yum install -y rsync |
Code Block |
---|
theme | Emacs | languageRDark | powershell |
---|
|
$ 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 |
---|
theme | EmacsRDark |
---|
language | powershell |
---|
|
$ sudo vi /etc/security/limits.conf |
Append the following line at the end of the file:
Code Block |
---|
theme | EmacsRDark |
---|
language | powershell |
---|
|
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 |
---|
|
$ cd /install
$ tar zxf crm_r10_rhel6_7_wildfly_10.tar.gz |
Code Block |
---|
theme | Emacs |
---|
language | powershell |
---|
|
|
code |
theme | Emacs |
---|
language | powershell |
---|
|
...
theme | Emacs |
---|
language | powershell |
---|
Install required java version jdk1.8.0_72
...
First extract the java archive into /opt directory:
Code Block |
---|
|
$ 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 |
...