You are viewing an old version of this page. Return to the latest version.
Version of 08:50, 17 September 2019 by MLR
Difference between revisions of "Setup:Installation Guide/System Preparation/Linux/Memcached"
< Setup:Installation Guide | System Preparation | LinuxReturn to history page
← Setup:Installation Guide/System Preparation/Linux/Memcached
← Setup:Installation Guide/System Preparation/Linux/Memcached
| [quality revision] | [quality revision] |
(translation EN) (Tag: 2017 source edit) |
(Tag: 2017 source edit) |
Contents
| 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[edit | edit source]
Install Memcached with Aptitude:
apt-get update; \ apt-get -y install memcached; \ apt-get clean
Configuration[edit | edit source]
Open the file containing the memcached configuration (for example, /etc/memcached.con 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[edit | edit source]
If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step " Texvc". If you want to install BlueSpice free, you can now continue with Installing BlueSpice.
{{DISPLAYTITLE:Memcached on Linux}}
__TOC__
{{Template:Optional|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.}}
==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.conconf 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 InstructionsGuide/System Preparation/Linux/Texvc | Texvc]]". If you want to install BlueSpice free, you can now continue with [[Setup: Installation _Guide/ Installing BlueSpice _Installation| Installing BlueSpice]].
[[en:{{PAGENAME}}]]FULLPAGENAME}}]]
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Memcached]]| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{DISPLAYTITLE:Memcached on Linux}} | ||
| + | __TOC__ | ||
| + | |||
| + | |||
{{Template:Optional|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.}} | {{Template:Optional|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.}} | ||
==Installation== | ==Installation== | ||
| Line 8: | Line 12: | ||
==Configuration== | ==Configuration== | ||
| − | Open the file containing the memcached configuration (for example, /etc/memcached. | + | 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> | <pre>-m 512</pre> | ||
Save and close the file and restart memcached with <code>service memcached restart</code>. | Save and close the file and restart memcached with <code>service memcached restart</code>. | ||
| − | == Next step == | + | ==Next step== |
| − | If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step "[[Setup: Installation | + | If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Texvc | Texvc]]". If you want to install BlueSpice free, you can now continue with [[Setup:Installation_Guide/BlueSpice_Installation| Installing BlueSpice]]. |
| − | [[en:{{ | + | [[en:{{FULLPAGENAME}}]] |
| + | [[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Memcached]] | ||