Nicholas Roberts

Results 17 comments of Nicholas Roberts

awesome was wondering how devstep will deal with two PHP buildpacks can I turn the devstep default internal one off?

ok, will try this in coming weeks...

http://cgit.drupalcode.org/drupal/tree/vendor?h=8.1.x

yes, I think you are correct to assume that, but its Drupal 8 and I am not exactly sure how they work with composer, the composer.json doesnt reference those libs...

I'd like these please :> https://docs.tsuru.io/stable/using/buildpacks.html

ok... the Tsuru peeps are working on Dockerfile slugs to Tsuru for dev prod parity personally I am not convinced Dockerfiles will become universal https://github.com/tsuru/tsuru/issues/1314

its actually upstream? Heroku Buildpack? composer.json fixes it ``` { "require": { "ext-gd": "*", "ext-mbstring": "*" } } ```

made progress git clone https://github.com/discourse/discourse.git cd discourse docker run -d --name postgres postgres:9.3 docker run -d --name redis:redis devstep hack -p 9292:9292 --link redis:redis --link postgres:db inside container rake db:create...

inside container --2015-12-27 00:22:39-- (try: 5) http://localhost:3000/ Connecting to localhost (localhost)|127.0.0.1|:3000... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. ^Z [1] + 4970...