Earlier quoted context omitted.
So you can install and run nginx, redis, Atom.io, postgres etc. on this?
Not in a "supported" way. If it's anything like Ubuntu on phones, it will be a read-only filesystem with image-based updates. apt is available, but only if you remount the system read-write (you do have root via sudo). If you do that, then you can't use image-based updates any more, since that'll stomp over your changes. I'm in favour of this arrangement, since I think it's the only way to get updates to work reliabl…
Isn't there a nice way to have it both ways, i.e. automate all changes in a script, and roll it after each image update? Assuming most things that may need to be hacked away don't see breaking changes after each update?