Rename the repository in the README
This commit is contained in:
parent
2155bbee6c
commit
8f4f480f0a
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ to build and upload quay to quay:
|
||||||
```
|
```
|
||||||
curl -s https://get.docker.io/ubuntu/ | sudo sh
|
curl -s https://get.docker.io/ubuntu/ | sudo sh
|
||||||
sudo apt-get update && sudo apt-get install -y git
|
sudo apt-get update && sudo apt-get install -y git
|
||||||
git clone https://bitbucket.org/yackob03/quay.git
|
git clone https://github.com/coreos-inc/quay.git
|
||||||
cd quay
|
cd quay
|
||||||
rm Dockerfile
|
rm Dockerfile
|
||||||
ln -s Dockerfile.web Dockerfile
|
ln -s Dockerfile.web Dockerfile
|
||||||
|
@ -33,7 +33,7 @@ start the quay processes:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://bitbucket.org/yackob03/quayconfig.git
|
git clone https://github.com/coreos-inc/quay.git
|
||||||
sudo docker pull staging.quay.io/quay/quay
|
sudo docker pull staging.quay.io/quay/quay
|
||||||
cd ~/gantryd
|
cd ~/gantryd
|
||||||
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update quay
|
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update quay
|
||||||
|
@ -44,7 +44,7 @@ to build and upload the builder to quay
|
||||||
```
|
```
|
||||||
curl -s https://get.docker.io/ubuntu/ | sudo sh
|
curl -s https://get.docker.io/ubuntu/ | sudo sh
|
||||||
sudo apt-get update && sudo apt-get install -y git
|
sudo apt-get update && sudo apt-get install -y git
|
||||||
git clone git clone https://bitbucket.org/yackob03/quay.git
|
git clone git clone https://github.com/coreos-inc/quay.git
|
||||||
cd quay
|
cd quay
|
||||||
rm Dockerfile
|
rm Dockerfile
|
||||||
ln -s Dockerfile.buildworker Dockerfile
|
ln -s Dockerfile.buildworker Dockerfile
|
||||||
|
@ -74,7 +74,7 @@ start the worker
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://bitbucket.org/yackob03/quayconfig.git
|
git clone https://github.com/coreos-inc/quay.git
|
||||||
sudo docker pull quay.io/quay/builder
|
sudo docker pull quay.io/quay/builder
|
||||||
cd ~/gantryd
|
cd ~/gantryd
|
||||||
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update builder
|
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update builder
|
||||||
|
|
Reference in a new issue