Archive:Setup:Installation Guide/System Preparation/Linux/Memcached

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, Administrators, reviewer, ES_editors, Blog_editors, editor.

You can view and copy the source of this page.

Return to Archive:Setup:Installation Guide/System Preparation/Linux/Memcached.

{{DISPLAYTITLE:Memcached on Linux}}

__TOC__

{{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=}}

==Installation==

Install Memcached with Aptitude:

<pre>apt-get update; \

apt-get -y install memcached; \

apt-get clean</pre>

==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:

<pre>-m 512</pre>

Save and close the file and restart memcached with <code>service memcached restart</code>.

==Next step==

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]]