Commit f4632177 by Guba Sándor

docs: updated to cache backend

parent 86a1b71c
...@@ -46,6 +46,7 @@ Set up default Storage configuration and activate the virtual environment:: ...@@ -46,6 +46,7 @@ Set up default Storage configuration and activate the virtual environment::
$ cat >>/home/cloud/.virtualenvs/storage/bin/postactivate <<END $ cat >>/home/cloud/.virtualenvs/storage/bin/postactivate <<END
export AMQP_URI='amqp://cloud:password@host:5672/circle' export AMQP_URI='amqp://cloud:password@host:5672/circle'
export CACHE_URI='pylibmc://$(hostname):11211/'
END END
$ workon storage $ workon storage
$ cd ~/storagedriver $ cd ~/storagedriver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment