Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
(talk)
Line 21: Line 21:
  
 
* Get BZR
 
* Get BZR
 +
 +
<pre><nowiki>
 +
http://wiki.bazaar.canonical.com/Download
 +
</nowiki></pre>
 +
 +
 
* Get virtualenv
 
* Get virtualenv
  

Revision as of 22:10, 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


  • Get virtualenv
sudo easy_install virtualenv


  • Get PIP
sudo easy_install pip


  • 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