I hereby claim:
- I am william-richard on github.
- I am williamrichard (https://keybase.io/williamrichard) on keybase.
- I have a public key whose fingerprint is D1F1 9F1E A471 7211 1412 CFD0 F7F8 BA4D DBE1 ABED
To claim this, I am signing this object:
| Will:cockroach will$ build/builder.sh make build | |
| Unable to find image 'cockroachdb/builder:20170706-162700' locally | |
| 20170706-162700: Pulling from cockroachdb/builder | |
| 23a6960fe4a9: Pull complete | |
| e9e104b0e69d: Pull complete | |
| cd33d2ea7970: Pull complete | |
| 534ff7b7d120: Pull complete | |
| 7d352ac0c7f5: Pull complete | |
| c9ae8806cf69: Pull complete | |
| ba6d3b2e93e1: Pull complete |
I hereby claim:
To claim this, I am signing this object:
| # yum install -y java-1.7.0-openjdk-devel wget unzip | |
| # mkdir src | |
| * in the above run I messed up this step a little, and accidentally did my first wget in / instead of /src | |
| * but the result will be the same | |
| # cd src/ | |
| # wget https://github.com/tumblr/collins/archive/v1.3.0.zip | |
| # wget http://downloads.typesafe.com/play/2.0.8/play-2.0.8.zip | |
| # unzip ./v1.3.0.zip | |
| # unzip ./play-2.0.8.zip | |
| # cd collins-1.3.0/ |
| # Akka System Configuration | |
| # ~~~~~ | |
| # Akka system used internally by Collins | |
| akka { | |
| actor { | |
| default-dispatcher = { | |
| fork-join-executor { | |
| parallelism-factor = 1.0 | |
| parallelism-max = 24 |