googlefonts / gfregression

Test local fonts against fonts host on fonts.google.com
Apache License 2.0
14 stars 10 forks source link

Update README with quickstart instructions #26

Closed madig closed 6 years ago

madig commented 6 years ago

Courtesy of you ;)

m4rc1e commented 6 years ago

Hahah thanks!

So I take it you've got it running locally?

It would be interesting to sit down with you, @davelab6, @graphicore to layout a roadmap which would benefit us all.

madig commented 6 years ago

Nope 😁

Step 8/27 : RUN apt-key adv --keyserver keys.gnupg.net --recv-keys 3B87619DF812A63A8C1005C30742918E5C8DA04A
 ---> Running in 4353c8ec23f8
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.ip6ZNBj924 --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver keys.gnupg.net --recv-keys 3B87619DF812A63A8C1005C30742918E5C8DA04A
gpg: requesting key 5C8DA04A from hkp server keys.gnupg.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-key adv --keyserver keys.gnupg.net --recv-keys 3B87619DF812A63A8C1005C30742918E5C8DA04A' returned a non-zero code: 2
m4rc1e commented 6 years ago

Try and regenerate the certs for the docker machine

docker-machine regenerate-certs gfregression then rerun docker-compose

davelab6 commented 6 years ago

@m4rc1e shouldn't you merge and update the docs? :)

m4rc1e commented 6 years ago

Sure. We'll need to update this once spinning up your own instance is less painful.

I'm looking forward to meeting you @madig

madig commented 6 years ago

No worky...

Me, too :) Writing my own glyph render diff thing was so annoying that gfregression is a welcome alternative :D

madig commented 6 years ago

This is weird. The key doesn't seem to be on the server?!

http://keys.gnupg.net/pks/lookup?search=3B87619DF812A63A8C1005C30742918E5C8DA04A&hash=on&op=hget

madig commented 6 years ago

Changing the line to

RUN wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | apt-key add -

makes it work. Now it fails on the next keyserver thing:

gpg: requesting key 7BD9BF62 from hkp server pgp.mit.edu
gpg: no valid OpenPGP data found.
madig commented 6 years ago

Next problem: on what port does the thing listen... it doesn't seem to be 80.

m4rc1e commented 6 years ago

try docker-machine ls