~ziad-sawalha/keystone/trunk

« back to all changes in this revision

Viewing changes to doc/source/installing.rst

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2011-08-11 19:13:58 UTC
  • mfrom: (251.1.2)
  • Revision ID: git-v1:1cd3878e74d220d366a6a3e47e43257ce38b6b72
Merge "Adding curl documentation and additional installation doc. Also updated man documentation for keystone-manage"

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Installing from packages
21
21
~~~~~~~~~~~~~~~~~~~~~~~~
22
22
 
23
 
To install the latest version of Keystone from the Launchpad Bazaar repositories,
 
23
To install the latest version of Keystone from the Github repositories,
24
24
following the following instructions.
25
25
 
26
26
Debian/Ubuntu
51
51
To install the latest version of Keystone from the Launchpad Bazaar repositories,
52
52
following the following instructions.
53
53
 
54
 
1. Grab the source tarball from `Launchpad <http://launchpad.net/keystone/+download>`_
 
54
1. Grab the source tarball from `Github <https://github.com/openstack/keystone>`_
55
55
 
56
56
2. Untar the source tarball::
57
57
 
62
62
   $> cd keystone-<RELEASE>
63
63
   $> sudo python setup.py install
64
64
 
65
 
Installing from a Bazaar Branch
 
65
Installing from a Github Branch
66
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
67
 
68
 
To install the latest version of Keystone from the Launchpad Bazaar repositories,
69
 
following the following instructions.
 
68
To install the latest version of Keystone from the Github repositories,
 
69
see the following instructions.
70
70
 
71
71
Debian/Ubuntu
72
72
#############
73
73
 
74
 
1. Install Bazaar and build dependencies::
 
74
1. Install Git and build dependencies::
75
75
 
76
 
   $> sudo apt-get install bzr python-eventlet python-routes python-greenlet swift
 
76
   $> sudo apt-get install git python-eventlet python-routes python-greenlet swift
77
77
   $> sudo apt-get install python-argparse python-sqlalchemy python-wsgiref python-pastedeploy
78
78
 
79
79
.. note::
81
81
   If you want to build the Keystone documentation locally, you will also want
82
82
   to install the python-sphinx package
83
83
 
84
 
1. Branch Keystone's trunk branch:: (see http://wiki.openstack.org/GerritWorkflow to get the project initially setup)
 
84
1. Branch Keystone's trunk branch:: (see http://wiki.openstack.org/GerritWorkflow to get the project initially setup)::
85
85
   
86
86
   $> git checkout master
87
87
   $> git pull origin master