From 2e0e4160ffb5b3a8e6897fae0a86672f4df66c49 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Tue, 2 Feb 2016 11:29:28 +0900 Subject: [PATCH] Change Git URL from GitHub to OpenStack OpenStack uses git.openstack.org as an official server. Change-Id: I7a52d898331e51fb67220e4362f6b96169ef2a58 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c6acded..7622667c 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ by monasca-vagrant. #Deployment Set Up -* git clone https://github.com/openstack/horizon.git # clone horizon +* git clone https://git.openstack.org/openstack/horizon.git # clone horizon * git clone https://github.com/hpcloud-mon/grafana.git * ln -r -s grafana/src *apache_document_root*/grafana * cd horizon -* Add git+https://github.com/openstack/monasca-ui.git to requirements.txt +* Add git+https://git.openstack.org/openstack/monasca-ui.git to requirements.txt * Edit openstack_dashboard/settings.py to include the following two lines: * import monitoring.enabled * monitoring.enabled, #Add to the settings.update_dashboards list @@ -22,8 +22,8 @@ by monasca-vagrant. ##Get the Code ``` -git clone https://github.com/openstack/monasca-ui.git # clone monasca-ui -git clone https://github.com/openstack/horizon.git # clone horizon +git clone https://git.openstack.org/openstack/monasca-ui.git # clone monasca-ui +git clone https://git.openstack.org/openstack/horizon.git # clone horizon git clone https://github.com/hpcloud-mon/grafana.git # clone grafana ```