No description
This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2014-11-24 20:26:35 -05:00
art Move other PSDs to the art directory as well 2014-05-08 18:31:01 -04:00
auth Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
binary_dependencies Update to a user namespace patched version of docker 1.3.2 2014-11-24 20:26:35 -05:00
buildstatus Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
conf Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
data Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
emails Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
endpoints Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
events Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
features Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
grunt Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
health Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
screenshots Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
static Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
storage Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
templates Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
test Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
tools Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
util Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
workers Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
.dockerignore Don't add .pyc files to the Docker images 2014-11-23 14:20:10 -05:00
.gitignore Add UI for handling the case when an enterprise has reached its maximum seat count 2014-05-28 15:22:36 -04:00
alembic.ini Add alembic plumbing for database schema migrations. 2014-04-09 19:11:33 -04:00
app.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
application.py Split the app into separate backends, which can use different worker types and different timeouts. 2014-10-14 13:58:08 -04:00
Bobfile Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
config.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
Dockerfile.buildworker Need updated apt packages 2014-11-20 20:30:22 -05:00
Dockerfile.web Fix vim syntax highlighting on dockerfiles 2014-11-20 13:48:51 -05:00
external_libraries.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
initdb.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
README.md Strip Quay password from readme. 2014-05-27 15:24:29 -04:00
registry.py Split the app into separate backends, which can use different worker types and different timeouts. 2014-10-14 13:58:08 -04:00
requirements-nover.txt Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
requirements.txt Refresh the dependencies and switch to upstream docker-py. 2014-11-21 12:39:01 -05:00
run-local.sh Get the basic tutorial working completely, including reacting to server-side events 2014-02-06 20:58:26 -05:00
verbs.py Split the app into separate backends, which can use different worker types and different timeouts. 2014-10-14 13:58:08 -04:00
web.py Split the app into separate backends, which can use different worker types and different timeouts. 2014-10-14 13:58:08 -04:00

to build and upload quay to quay:

curl -s https://get.docker.io/ubuntu/ | sudo sh
sudo apt-get update && sudo apt-get install -y git
git clone https://bitbucket.org/yackob03/quay.git
cd quay
rm Dockerfile
ln -s Dockerfile.web Dockerfile
sudo docker build -t quay.io/quay/quay .
sudo docker push quay.io/quay/quay

to prepare a new host:

Deploy cloud-init script from quayconfig/cloudconfig/webserver.yaml

or

curl -s https://get.docker.io/ubuntu/ | sudo sh
sudo apt-get update && sudo apt-get install -y git
git clone https://github.com/DevTable/gantryd.git
cd gantryd
cat requirements.system | xargs sudo apt-get install -y
virtualenv --distribute venv
venv/bin/pip install -r requirements.txt
sudo docker login -u 'quay+deploy' -e notused staging.quay.io

start the quay processes:

cd ~
git clone https://bitbucket.org/yackob03/quayconfig.git
sudo docker pull staging.quay.io/quay/quay
cd ~/gantryd
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update quay

to build and upload the builder to quay

curl -s https://get.docker.io/ubuntu/ | sudo sh
sudo apt-get update && sudo apt-get install -y git
git clone git clone https://bitbucket.org/yackob03/quay.git
cd quay
rm Dockerfile
ln -s Dockerfile.buildworker Dockerfile
sudo docker build -t quay.io/quay/builder .
sudo docker push quay.io/quay/builder

to run the builder from a fresh 14.04 server:

Deploy cloud-init script from quayconfig/cloudconfig/builder.yaml

or

sudo apt-get update && sudo apt-get install -y git lxc linux-image-extra-`uname -r`
curl -s https://get.docker.io/ubuntu/ | sudo sh
git clone https://github.com/DevTable/gantryd.git
cd gantryd
cat requirements.system | xargs sudo apt-get install -y
virtualenv --distribute venv
venv/bin/pip install -r requirements.txt
sudo docker login -u 'quay+deploy' -e notused quay.io

start the worker

cd ~
git clone https://bitbucket.org/yackob03/quayconfig.git
sudo docker pull quay.io/quay/builder
cd ~/gantryd
sudo venv/bin/python gantry.py ../quayconfig/production/gantry.json update builder

running the tests:

TEST=true python -m unittest discover

running the tests with coverage (requires coverage module):

TEST=true coverage run -m unittest discover
coverage html

generating screenshots:

cd screenshots
casperjs screenshots.js --d