Earlier quoted context omitted.
That said, the colors really are beautiful. At least, what I can see of them. Excellent color palette! I'm a sucker for softened tones like these.
Seems to be the solarized colour palette (or was inspired by it, at least): http://ethanschoonover.com/solarized Looks fancy, but boy is it bad on the eyes. I've since switched away from it to harlequin ( https://github.com/nielsmadan/harlequin ).
Nanobox: Local development done right
31–40 of 84 posts
Re: Nanobox: Local development done right
#32Re: Nanobox: Local development done right
#33And again dependency on Vagrant and Virtualbox. What can you do. On every modern Ubuntu (even previous/old LTS) Docker works out of the box, without any issue. Why add another virtualization layer on top?
Re: Nanobox: Local development done right
#34Re: Nanobox: Local development done right
#35seems interesting but I started clicking around, specifically in the Python section and this website seems to have been released too early, the text I am not sure is right(it says I need to use a ruby engine settings for python?) and some links don't work or give 404.
Yeah, if anyone from nanobox is reading, I found a broken link on the Node.js Engine page: On page https://engines.nanobox.io/languages/nodejs the link for Create Custom Engine leads to a 404 on https://nanobox.io/engine-dev
Re: Nanobox: Local development done right
#36Earlier quoted context omitted.
Agreed. This sentence especially makes me think this is too much magic: >Nanobox detects your app type and automatically configures the environment and installs everything your app needs to run and >Each Engine sniffs the code looking for a positive match to determine which language / framework your app is written in and lastly: >The matched Engine generates a Boxfile defining the services your app needs to run and h…
>> Nanobox detects your app type and automatically configures the environment and installs everything your app needs to run Yeah, that's gonna be a bit hard for it to do with our Clojure web app. Well, maybe. If it knows to install openjdk-7 and nginx because it sees a project.clj, then perhaps it really is as smart as it thinks it is.
Re: Nanobox: Local development done right
#37On the positive side, I guess it is better odds than a state lottery.
Re: Nanobox: Local development done right
#38Assuming this works perfectly well, all the time — this is awesome. A possible pain-point this is addressing is that apps behave differently locally and then when you move them to the cloud (aka deploy them) they behave differently.
Re: Nanobox: Local development done right
#39Re: Nanobox: Local development done right
#40seems interesting but I started clicking around, specifically in the Python section and this website seems to have been released too early, the text I am not sure is right(it says I need to use a ruby engine settings for python?) and some links don't work or give 404.
Later it says you can specify which JS runtime to use with python: build: runtime: python27 js_runtime: nodejs-0.12 app_module: ''