Last edited 2 years ago
by Anonymous user

SocialEntity:29 and Setup:Installation Guide/System Preparation/Linux/Memcached: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{
{{DISPLAYTITLE:Memcached on Linux}}
    "social-profile-title": null,
__TOC__
    "social-profile-name": null,
{{Messagebox|boxtype=note|icon=|Note text=Memcached is a cache server to improve the performance of your BlueSpice installation. It is not required for the actual operation of BlueSpice. The steps listed here are therefore optional.|bgcolor=}}
    "social-profile-email": null,
==Installation==
    "social-profile-department": "",
Install Memcached with Aptitude:
    "social-profile-function": "",
 
    "social-profile-location": "",
<pre>apt-get update; \
    "social-profile-phone": "",
apt-get -y install memcached; \
    "description": "",
apt-get clean</pre>
    "parentid": 0,
 
    "id": 29,
==Configuration==
    "ownerid": 8,
Open the file containing the memcached configuration (for example, /etc/memcached.conf on Debian / Ubuntu). Find the '' '-m' '' argument there and increase the available memory according to your server's capabilities:  
    "type": "profile",
 
    "archived": false,
<pre>-m 512</pre>
    "tags": [
Save and close the file and restart memcached with <code>service memcached restart</code>.
        "User:Fbaeckmann"
 
    ],
==Next step==
    "resolved": false
If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step " [[Setup:Installation Guide/Advanced/Mathoid|Mathoid]]". If you want to install BlueSpice free, you can now continue with  [[Setup:Installation Guide/With Installer|Installing BlueSpice]].
}
 
[[en:{{FULLPAGENAME}}]]
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Memcached]]

Latest revision as of 11:29, 24 January 2023

Note:Memcached is a cache server to improve the performance of your BlueSpice installation. It is not required for the actual operation of BlueSpice. The steps listed here are therefore optional.

Installation

Install Memcached with Aptitude:

apt-get update; \
apt-get -y install memcached; \
apt-get clean

Configuration

Open the file containing the memcached configuration (for example, /etc/memcached.conf on Debian / Ubuntu). Find the '-m' argument there and increase the available memory according to your server's capabilities:

-m 512

Save and close the file and restart memcached with service memcached restart.

Next step

If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step " Mathoid". If you want to install BlueSpice free, you can now continue with Installing BlueSpice.

No categories assignedEdit