Jump to: navigation, search

Obsolete:InstallationNova20100729

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

Installation notes

PYTHON 2.6 REQUIRED!!!

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-2.0.0-rc4


  • Make and start Redis server
make
./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


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


  • Set up python path for using nova
# example python path dir OSX: /Library/Python/2.6/site-packages/
# example python path dir Ubuntu: /usr/lib/pymodulues/python2.6/dist-packages
echo "/path/to/bzr/branch" > cat /path/to/dir/in/python/path/nova.pth


Just to run on Debian or Ubuntu

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