Fix f2s/README

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-11-13 14:02:59 +01:00 committed by Dmitry Shulyak
parent 384cb0dae5
commit 0e87d2d011

View File

@ -4,6 +4,9 @@ To use solar on fuel master we need to use container because of
python2.6 there. Also solar itself relies on several services.
```
yum -y install git
git clone -b f2s https://github.com/Mirantis/solar.git
docker run --name riak -d -p 8087:8087 -p 8098:8098 tutum/riak
docker run --name redis -d -p 6379:6379 -e REDIS_PASS=**None** tutum/redis