Jump to: navigation, search

Difference between revisions of "XMLTest"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= Nova installation on CentOS 5.5 =
+
Testing testing
These are notes for installing [[OpenStack]] Compute on CentOS 5.5 and will be updated but are NOT final. Please test for accuracy and edit as you see fit.
 
 
 
== Pre-reqs ==
 
Install these prerequisites through either the yum repository or by getting and building them with bdist.
 
 
 
=== Dependencies that are available through the yum repository ===
 
 
 
As an example, to install the package 'm2crypto', enter the command:
 
 
 
<pre><nowiki>
 
su -c 'yum install m2crypto'
 
</nowiki></pre>
 
 
 
 
 
* m2crypto
 
* python-IPy.noarch
 
* python-twisted
 
* python-twisted-web
 
* python-boto
 
* python-abi
 
* python-devel
 
* screen
 
 
 
=== Dependencies that need to be downloaded ===
 
 
 
After you download these, you also build-distribute them (bdist).
 
 
 
python carrot
 
 
 
wget http://pypi.python.org/packages/source/c/carrot/carrot-0.10.7.tar.gz
 
 
 
<!-- # bdist_rpm the pypi carrot module (You need to modify its setup.cfg to require amqplib instead of python-amqplib and anyjson instead of python-anyjson.) -->
 
 
 
python-amqplib
 
 
 
wget http://pypi.python.org/packages/source/a/amqplib/amqplib-0.6.1.tgz
 
 
 
python-anyjason
 

Revision as of 20:44, 29 October 2010

Testing testing