...
Use the following commands to install the required Linux packages:
Code Block |
---|
theme | Emacs |
---|
language | phppowershell |
---|
|
$ sudo yum install -y wget |
Code Block |
---|
theme | Emacs |
---|
language | powershell |
---|
|
$ sudo yum install -y rsync |
Code Block |
---|
theme | Emacs |
---|
language | 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 | Emacs |
---|
language | powershell |
---|
|
$ sudo vi /etc/security/limits.conf |
Append the following line at the end of the file:
Code Block |
---|
theme | Emacs |
---|
language | powershell |
---|
|
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 |
---|
theme | Emacs |
---|
language | powershell |
---|
|
|
Code Block |
---|
theme | Emacs |
---|
language | powershell |
---|
|
|
Code Block |
---|
theme | Emacs |
---|
language | powershell |
---|
|
|
Install required java version jdk1.8.0_72
...