Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image-creator
Commits
eb5123b7
Commit
eb5123b7
authored
Jan 21, 2013
by
Nikos Skalkotos
Browse files
Fix typos in install section of the documentation
Credits go to Alex Pyrgiotis <apyrgio@grnet.gr>
parent
252b2b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/install.rst
View file @
eb5123b7
...
...
@@ -88,7 +88,7 @@ In Ubuntu you can do this using:
.. code-block:: console
$ apt-get install python-setuptools python-guestfs python-dialog \
$
sudo
apt-get install python-setuptools python-guestfs python-dialog \
python-sendfile python-parted rsync
If you are using Ubuntu 12.10 you also need to install libguestfs-tools:
...
...
@@ -115,7 +115,7 @@ For Ubuntu use the following command:
.. code-block:: console
$ apt-get install python-virtualenv
$
sudo
apt-get install python-virtualenv
Then create a new python virtual environment:
...
...
@@ -140,7 +140,7 @@ kamaki Installation
Refer to `./kamaki documentation <http://docs.dev.grnet.gr/kamaki/latest/installation.html>`_
for instructions. You may install kamaki from source inside the virtualenv
you've crated above or by using binary packages if they are available for your
you've cr
e
ated above or by using binary packages if they are available for your
distribution.
snf-image-creator Installation
...
...
@@ -154,7 +154,7 @@ inside the virtualenv using the following commands:
$ tar -xf snf_image_creator-<VERSION>.tar.gz
$ cd snf_image_creator-<VERSION>
$ python ./setup install
$ python ./setup
.py
install
Alternatively, you can install the bleeding edge version of the software by
cloning its git repository:
...
...
@@ -170,7 +170,7 @@ For ubuntu this can be done using:
.. code-block:: console
$ apt-get install git
$
sudo
apt-get install git
.. warning::
Keep in mind that the bleeding edge version may be unstable or even
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment