I hereby claim:
- I am emgee3 on github.
- I am emgee (https://keybase.io/emgee) on keybase.
- I have a public key whose fingerprint is 731F 257E A941 33DA 2350 8F20 7EE4 FEC5 A21F C089
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| #--------------------------------------------------- | |
| # Meteor Deployment Script | |
| #--------------------------------------------------- | |
| #-REQS---------------------------------------------- | |
| # | |
| # Remote server should have the following: | |
| # - Allow passwordless SSH logins |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # Install HAProxy | |
| # Script works on Ubuntu 12.04 and 14.04 only | |
| set -e | |
| set -u | |
| set -o pipefail |
| #!/usr/bin/env bash | |
| # | |
| # Compile and install MongoDB with SSL support | |
| # tested an works on Ubuntu 12.04 LTS x64 and Ubuntu 14.04 LTS x64 | |
| # | |
| set -e | |
| set -u | |
| set -o pipefail |
| Meteor.startup(function () { | |
| if (__meteor_runtime_config__) { | |
| if (__meteor_runtime_config__.ROOT_URL.indexOf('localhost') !== -1) | |
| return; | |
| } | |
| console.log("FATAL ERROR --- "); | |
| process.exit(); | |
| }); |