Jump to: navigation, search

Difference between revisions of "Obsolete:InstallationNova20100729"

(talk)
(talk)
Line 2: Line 2:
 
== Installation notes ==
 
== 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 BZR
* Get Nova
 
bzr init
 
bzr branch lp:nova
 
 
 
* Get virtualenv
 
* Get virtualenv
 
  sudo easy_install virtualenv
 
  sudo easy_install virtualenv
Line 15: Line 19:
 
  sudo easy_install pip
 
  sudo easy_install pip
  
* Get Redis
+
* Get Nova
  curl http://redis.googlecode.com/files/redis-2.0.0-rc4.tar.gz -o redis-2.0.0-rc4.tar.gz
+
  bzr init
 +
bzr branch lp:nova
  
* Start Redis server
+
cd nova
./redis-server
+
python tools/install_venv.py
 +
./run_tests.sh
  
 
=== Just to run on Debian or Ubuntu ===
 
=== Just to run on Debian or Ubuntu ===
  
 
Get packages from http://nova.openstack.org/pkgs
 
Get packages from http://nova.openstack.org/pkgs

Revision as of 22:00, 29 July 2010

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