Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -56,13 +56,23 @@ This will typically produce:
|
|||||||
* linux (tested on ubuntu 11.10 and rhel 6.2 (TBD))
|
* linux (tested on ubuntu 11.10 and rhel 6.2 (TBD))
|
||||||
* python 2.6 or 2.7 (not tested with python 3.0)
|
* python 2.6 or 2.7 (not tested with python 3.0)
|
||||||
|
|
||||||
For ubuntu:
|
For ubuntu 11.10:
|
||||||
|
|
||||||
$ sudo apt-get install git python-pip python-dev gcc -y
|
$ sudo apt-get install git python-pip python-dev gcc -y
|
||||||
$ sudo easy_install netifaces termcolor pep8 pylint
|
$ sudo easy_install netifaces termcolor pep8 pylint
|
||||||
$ git clone git://github.com/yahoo/Openstack-DevstackPy.git DevstackPy
|
$ git clone git://github.com/yahoo/Openstack-DevstackPy.git DevstackPy
|
||||||
$ cd DevstackPy
|
$ cd DevstackPy
|
||||||
|
|
||||||
|
For rhel 6.2:
|
||||||
|
|
||||||
|
$ wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
|
||||||
|
$ sudo yum install -y epel-release-6-5.noarch.rpm
|
||||||
|
$ sudo yum install -y python-pip gcc python-netifaces git
|
||||||
|
$ sudo pip-python install termcolor
|
||||||
|
$ git clone git://github.com/yahoo/Openstack-DevstackPy.git DevstackPy
|
||||||
|
$ cd DevstackPy
|
||||||
|
|
||||||
|
|
||||||
# Actions
|
# Actions
|
||||||
|
|
||||||
*Stack* can do the following:
|
*Stack* can do the following:
|
||||||
|
Reference in New Issue
Block a user