Live data from Hacker News

Viewing profile — darron

darron

HN member
Joined
Tue, Jan 21, 2014, 8:41 PM UTC
HN karma
4
Public activity
15 items

About darron

http://twitter.com/darron

Recent public activity

  1. comment
    Comment #8095181

    This is mainly focused on websites, but you can launch other items that don't require any ports exposed: http://www.octohost.io/data-stores.html I added some "magic" Dockerfile com…

  2. comment
    Comment #8095169

    octohost is like a mini personal Heroku. Packer is a tool that helps to build the image that octohost runs on. It installs all of the software needed and prepares the VM it runs on…

  3. comment
    Comment #8095165

    Chef is being used to build the VM and put the entire thing together. But after it's built - you never need to use Chef again. Fig didn't exist when I started this and I wanted to …

  4. comment
    Comment #8090423

    Finally allowed back in - HackerNews locked me out because I was "Submitting too fast." Needed more karma.

  5. comment
    Comment #8090419

    The knife solo page should help with this: http://www.octohost.io/knife-solo.html

  6. comment
    Comment #8090417

    I have been using Chef for a number of years. I started this project with Ansible because I wanted to learn how to use it. As I went along, I wanted to learn more about TDDing Chef…

  7. comment
    Comment #8090408

    There's an entirely explained version here: http://www.octohost.io/aws-install.html I should link to it from the homepage - that will be added shortly.

  8. comment
    Comment #8090398

    You don't need a cloud. You can deploy it on whatever hardware you have as long as you have an SSH connection: http://www.octohost.io/knife-solo.html

  9. comment
    Comment #8086029

    If you're talking about this: http://www.octohost.io/screencast.html Then I have detailed what happens more thoroughly here: http://www.octohost.io/theory-of-operation.html That he…

  10. comment
    Comment #8086021

    Dokku was the inspiration for it. I wanted a simple way to deploy small websites and I really wanted to understand how it all worked together - so I built my own. One major differe…

  11. comment
    Comment #8086002

    That's the goal - but I was working on this on weekends mostly by myself and I think they have a team working on it full time. Deis is a much more mature choice and is based on Cor…

  12. comment
    Comment #8085994

    At the time we started, I wasn't happy with running some of the base items inside of Docker. I'd likely change that today if I was starting now - but that was in November 2013 when…

  13. comment
    Comment #8085987

    Yeah - currently deploying it from scratch is a little too hard for most people. I'd like to fix that, but just haven't had the time. I'd honestly love a system that deploys the im…

  14. comment
    Comment #7098300

    This is pretty awesome. Never heard of them until today - looks interesting.

  15. comment
    Comment #7098201

    We're building a backend using Docker that can do just that. It's called octohost and there's lots of information available here: http://www.octohost.io/ We have a static template …