diff --git a/HACKING.rst b/HACKING.rst index 4f2031d..4cbe793 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,5 @@ +======================= vmtp Style Commandments -=============================================== +======================= Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/doc/source/installation.rst b/doc/source/installation.rst index bce12cd..fa0af11 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -63,8 +63,8 @@ Create a virtual environment for Python, and install VMTP: .. _git_installation: -GitHub/StackForge Repository based Installation ------------------------------------------------ +GitHub/OpenStack Repository based Installation +---------------------------------------------- It is recommended to run VMTP inside a virtual environment. However, it can be skipped if installed in a dedicated VM. @@ -79,7 +79,7 @@ Super quick installation on Ubuntu/Debian $ # create a virtual environment $ virtualenv ./vmtpenv $ source ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/stackforge/vmtp + $ git clone git://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp @@ -95,7 +95,7 @@ Super quick installation on RHEL/CentOS $ # create a virtual environment $ virtualenv ./vmtpenv $ source ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/stackforge/vmtp + $ git clone git://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp @@ -120,7 +120,7 @@ First, download XCode from App Store, then execute below commands: $ # create a virtual environment $ virtualenv ./vmtpenv $ source ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/stackforge/vmtp + $ git clone git://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp diff --git a/doc/source/setup.rst b/doc/source/setup.rst index 3edfea9..3f3b9bd 100644 --- a/doc/source/setup.rst +++ b/doc/source/setup.rst @@ -27,7 +27,3 @@ To summarize: In any case make sure you specify the correct username. If there is a problem, you should see an error message and stack trace after the SSH library times out. - - - -