Commit 3a31ce91 by Bach Dániel

update docs

parent 7b247bfd
......@@ -19,14 +19,15 @@ Install the nfs-server package::
Create the datastore directory::
$ mkdir /datastore
$ sudo mkdir /datastore
$ sudo chown cloud:cloud /datastore
Edit NFS exports::
$ vim /etc/exports
$ sudo vim /etc/exports
Restart the nfs service::
Restert the nfs service::
$ sudo /etc/init.d/nfs-kernel-server restart
Setting up Storage itself
......@@ -46,7 +47,7 @@ Set up default Storage configuration and activate the virtual environment::
$ cat >>/home/cloud/.virtualenvs/storage/bin/postactivate <<END
export AMQP_URI='amqp://cloud:password@host:5672/circle'
END
$ workon circle
$ workon storage
$ cd ~/storagedriver
Install the required Python libraries to the virtual environment::
......
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