Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am thomastoye on github.
* I am thomastoye (https://keybase.io/thomastoye) on keybase.
* I have a public key whose fingerprint is 48BA F668 BCD9 8F10 40C0 6B8D 9465 63E8 A1D6 83E4
To claim this, I am signing this object:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.1.5
Comment: Hostname: keyserver.nucli.net
mQINBFQ9b9IBEADMY5e2CfwB0WdVj+lh+tUIGbsBOyXaGHNjRadKxOgNtjqmexXsxCgUYihR
Xepmy+rt7OK3NzpjxJBdEUPWmu8F9k0eE37qKsf9rOANLTsbr/4dxXuS/N/cOtTIoiPdc1bC
156tbZXyHikBEInFInigOiw02pPbR82O+QDGkUuism8QJE2rHNY/4v3ez99UbS2ZWR3iuUC1
hTk7KpcbH4VS78WaiFOWyjP56pbZ2ZDFwec7n8eq79zFj1NqkOw6tXQkmZHQH6z2AREVoweC
buJqBJS8e6WaJjaoFQqc29rB21ElvJyog8CqbE2wiBLKKm3hZIrMs1Xm5wKpyXKdzCJrYUse
dfwKZXg4J8WyHTgEOopBEhYqImlS+ZinQJ+8XCjwyDnEyuOMQCtw9pA5IKojmvPOCQpbqliP
$ sbt run
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
[info] Loading global plugins from /home/thomas/.sbt/0.13/plugins
[info] Loading project definition from /home/thomas/builds/play-nl/project
[info] Set current project to root (in build file:/home/thomas/builds/play-nl/)
Documentation server started, you can now view the docs by going to http:///0:0:0:0:0:0:0:0:9000
17:22:53.016 [New I/O worker #1] ERROR play.nettyException - Exception caught in Netty
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/bin/npm', 'install', '-g', 'mocha' ]
2 info using npm@1.4.14
3 info using node@v0.10.29
4 verbose cache add [ 'mocha', null ]
5 verbose cache add name=undefined spec="mocha" args=["mocha",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
@thomastoye
thomastoye / tox.sh
Last active August 29, 2015 14:01 — forked from notadecent/tox.sh
#!/bin/bash
## wget -O tox.sh waa.ai/iqt && chmod +x ./tox.sh && ./tox.sh
## ./tox.sh -sl to skip libsodium (they don't update that often)
## ./tox.sh -sd to skip libsodium and all the other dependencies
## If libraries are missing, remove /etc/ld.so.conf.d/locallib.conf and
## try running again. Else, try messing around with the prefix paths.
## Suggestions, comments and the alike are welcome on http://waa.ai/4vsk
## or send me a mail, to notadecent AT tox DOT im