Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
(talk)
Line 26: Line 26:
 
</nowiki></pre>
 
</nowiki></pre>
  
 +
 +
SUDO MAY NOT BE NECESSARY
  
 
* Get virtualenv
 
* Get virtualenv
Line 38: Line 40:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo easy_install pip
 
sudo easy_install pip
 +
</nowiki></pre>
 +
 +
 +
* UbBUNTU ONLY!!!
 +
 +
<pre><nowiki>
 +
sudo apt-get build-dep python-m2crypto
 
</nowiki></pre>
 
</nowiki></pre>
  

Revision as of 22:17, 29 July 2010

Installation notes

For developers

  • Get Redis
curl http://redis.googlecode.com/files/redis-2.0.0-rc4.tar.gz -o redis-2.0.0-rc4.tar.gz
tar xvfz redis-2.0.0-rc4.tar.gz
cd redis...


  • Start Redis server
./redis-server


  • Get BZR
http://wiki.bazaar.canonical.com/Download


SUDO MAY NOT BE NECESSARY

  • Get virtualenv
sudo easy_install virtualenv


  • Get PIP
sudo easy_install pip


  • UbBUNTU ONLY!!!
sudo apt-get build-dep python-m2crypto


  • Get Nova and run tests
bzr init
bzr branch lp:nova
cd nova
python tools/install_venv.py
./run_tests.sh


Just to run on Debian or Ubuntu

Get packages from http://nova.openstack.org/pkgs