Jump to: navigation, search

Difference between revisions of "XMLTest"

m (Text replace - "__NOTOC__" to "")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
 
= Nova installation on CentOS 5.5 =
 
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 ==
+
Testing testing
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>#!rst
 
+
Here is a link to a MoinMoin page named SecondPage_.
<pre><nowiki>
 
su -c 'yum install m2crypto'
 
 
</nowiki></pre>
 
</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
 

Latest revision as of 23:30, 17 February 2013

Testing testing


#!rst
Here is a link to a MoinMoin page named SecondPage_.