Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
Line 11: Line 11:
 
curl http://redis.googlecode.com/files/redis-2.0.0-rc4.tar.gz -o redis-2.0.0-rc4.tar.gz
 
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
 
tar xvfz redis-2.0.0-rc4.tar.gz
cd redis...
+
cd redis-2.0.0-rc4
 
</nowiki></pre>
 
</nowiki></pre>
  

Revision as of 22:29, 29 July 2010

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


  • 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


  • 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