Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
(talk)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
== Installation notes ==
 
== Installation notes ==
 +
 +
===
  
 
* Get BZR
 
* Get BZR
 
* Get Nova
 
* Get Nova
deb http://nova.openstack.org/pkgs
+
bzr init
 +
bzr branch lp:nova
  
 
* Get virtualenv
 
* Get virtualenv
sudo easy_install virtualenv
+
sudo easy_install virtualenv
  
 
* Get PIP
 
* Get PIP
sudo easy_install pip
+
sudo easy_install pip
  
 
* Get Redis
 
* Get Redis
Line 16: Line 19:
  
 
* Start Redis server
 
* Start Redis server
./redis-server
+
./redis-server
 +
 
 +
=== Just to run on Debian or Ubuntu ===
 +
 
 +
Get packages from http://nova.openstack.org/pkgs

Revision as of 21:57, 29 July 2010

Installation notes

=

  • Get BZR
  • Get Nova
bzr init
bzr branch lp:nova
  • 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

Just to run on Debian or Ubuntu

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