Update README

Replace references to mercurial with git. Update the repository
address.

Change-Id: I426fea936f8ac6677028d50a4b14a427d90f2b73
This commit is contained in:
David Pursehouse 2015-04-10 12:05:49 +09:00
parent c69f555032
commit af67240b9e
1 changed files with 7 additions and 7 deletions

14
README
View File

@ -9,25 +9,25 @@ Installation
~~~~~~~~~~~~
LodgeIt requires at least Python 2.5 to work correctly. Next to this LodgeIt has
quite a few of dependencies as well as a nice bootstrap process. This is documentated
quite a few of dependencies as well as a nice bootstrap process. This is documented
on the following slides.
Dependencies and virtual environment
====================================
To get LodgeIt work properly we need those dependencies: Python (at least 2.5),
python-setuptools and mercurial.
python-setuptools and git.
For Ubuntu (or any Debian based distribution) use ``aptitude`` to install::
aptitude install python-dev python-setuptools python-virtualenv mercurial
aptitude install python-dev python-setuptools python-virtualenv git
Now we can install LodgeIt. But first we need to check out LodgeIt from the
mercurial repository. To do that you create a new folder ``lodgeit-dev`` in your
Now we can install LodgeIt. But first we need to clone LodgeIt from the
git repository. To do that you create a new folder ``lodgeit-dev`` in your
projects directory and change into it. There we initialize the virtual
environment and check out LodgeIt (main branch)::
environment and clone LodgeIt::
hg clone http://dev.pocoo.org/hg/lodgeit-main lodgeit
git clone https://git.openstack.org/openstack-infra/lodgeit
Right before we can initialize the virtual environment we need to install some
development packages to compile the python imaging library.