Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudMemcached is an object-oriented cache engine.
Here is a guide to installing it on the Public Cloud.
For Private clouds users Memcached can be installed at server level.
In our example, we use the SSH access and consider the following information:
foo
$HOME/memcached/
[foo]
must be replaced by the accurate account name.
foo@ssh:~/memcached$ wget -O- http://memcached.org/latest| tar -xz --strip-components=1
foo@ssh:~/memcached$ ./configure && make
Create the following service:
./memcached -p 8300
/home/[foo]/memcached
More options via ./$HOME/memcached/memcached -h
.
By default anyone can connect to Memcached; there is no security. An authentication can be set up.
It remains the application that needs to use services-[foo].alwaysdata.net
. to connect to its Memcached.