Jump to: navigation, search

Obsolete:InstallationNova20100729

Revision as of 22:04, 29 July 2010 by (talk)

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
  • 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