Changes

From SME Server
Jump to navigationJump to search
392 bytes added ,  23:30, 15 March 2020
no edit summary
Line 33: Line 33:     
First install the needed repositories.
 
First install the needed repositories.
  yum install smeserver-extrarepositories-centos-sclo-rh smeserver-extrarepositories-epel --enablerepo=smecontribs,smedev
+
  yum install smeserver-extrarepositories-centos-sclo-rh smeserver-extrarepositories-epel  
 
  signal-event yum-modify
 
  signal-event yum-modify
   Line 60: Line 60:  
* TCPPort : 8080,8443,8880,8843
 
* TCPPort : 8080,8443,8880,8843
 
* VersionToInstall: here is the version number you want to install. Default is usually the version number of the rpm, currently 5.6.30 for smeserver-unifi-5.6.30. But you can force to install another version, if needed
 
* VersionToInstall: here is the version number you want to install. Default is usually the version number of the rpm, currently 5.6.30 for smeserver-unifi-5.6.30. But you can force to install another version, if needed
 +
 +
=== Workaround ===
 +
You might get the following warining in logs for mongodb
 +
<syntaxhighlight lang="text">
 +
WARNING: soft rlimits too low. rlimits set to 1024 processes, 4096 files. Number of processes should be at least 2048 : 0.5 times number of files
 +
</syntaxhighlight>
 +
 +
the way to fix
 +
<syntaxhighlight lang="bash" highlight="1" start='1' line>
 +
sed -i s/1024/2048/ /etc/security/limits.d/90-nproc.conf
 +
</syntaxhighlight>
    
=== Bugs ===
 
=== Bugs ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu