Deis Bot

Results 283 comments of Deis Bot

_From @krancour on August 13, 2015 20:44_ @olalonde first, thanks for the willingness to take a crack at it. Before you get going, it's worth mentioning that our intention is...

_From @olalonde on August 15, 2015 12:57_ @krancour thanks for pointing out, So far, I managed to install everything locally (local cluster seems to be working) and looked around the...

_From @Joshua-Anderson on August 15, 2015 14:38_ @olalonde That seems to imply you don't have a SSL library installed. Have you installed openssl where python can find it(via homebrew, etc)?

_From @olalonde on August 15, 2015 14:47_ `brew install postgresql` followed by `make setup-venv` fixed that problem. Also had to `brew install shellcheck` and run `make postgres`.

_From @nathansamson on January 15, 2014 22:52_ Also a way to specify the number of line (-n) would be a nice addition.

_From @bacongobbler on March 10, 2014 18:8_ @nathansamson just pipe the output to `tail`: ``` $ deis logs | tail -n 1 ```

_From @nathansamson on March 10, 2014 19:8_ @bacongobbler that would still be a performance problem (useless network traffic)

_From @bacongobbler on June 16, 2014 16:40_ I hope to solve this by streaming from the log file for changes. The issue with that is, again, WSGI does not support...

_From @paralin on March 4, 2015 21:29_ +1

_From @jwaldrip on April 14, 2015 13:1_ :+1: