Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
(talk)
Line 5: Line 5:
 
* Get Nova
 
* Get Nova
 
deb http://nova.openstack.org/pkgs
 
deb http://nova.openstack.org/pkgs
 +
 +
* Get virtualenv
 +
sudo easy_install virtualenv
 +
 +
* Get PIP
 +
sudo easy_install pip
  
 
* Get Redis
 
* Get Redis
 
  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
 +
 +
* Start Redis server
 +
./redis-server

Revision as of 21:52, 29 July 2010

Installation notes

  • Get BZR
  • Get Nova

deb http://nova.openstack.org/pkgs

  • Get virtualenv

sudo easy_install virtualenv

  • Get PIP

sudo easy_install pip

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

./redis-server