Commit 3a31ce91 by Bach Dániel

update docs

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