~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/source/adminguide/getting.started.rst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-01-21 11:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110121114806-v8fvnnl6az4m4ohv
Tags: upstream-2011.1~bzr597
ImportĀ upstreamĀ versionĀ 2011.1~bzr597

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
..
2
 
      Copyright 2010 United States Government as represented by the
 
2
      Copyright 2010-2011 United States Government as represented by the
3
3
      Administrator of the National Aeronautics and Space Administration.
4
4
      All Rights Reserved.
5
5
 
76
76
* aoetools and vblade-persist (if you use aoe-volumes)
77
77
 
78
78
Nova uses cutting-edge versions of many packages. There are ubuntu packages in
79
 
the nova-core ppa.  You can use add this ppa to your sources list on an ubuntu
80
 
machine with the following commands::
 
79
the nova-core trunk ppa.  You can use add this ppa to your sources list on an
 
80
ubuntu machine with the following commands::
81
81
 
82
82
  sudo apt-get install -y python-software-properties
83
 
  sudo add-apt-repository ppa:nova-core/ppa
 
83
  sudo add-apt-repository ppa:nova-core/trunk
84
84
 
85
85
Recommended
86
86
-----------