I find Pow great on my Mac. It makes the Rails dev env开发者_Go百科ironment setup easy. Can I install it on my Ubuntu? I can't find any info about it. If not, is there anything like it for Linux?
There is now a linux equivalent: prax
Pow (specifically) cannot be installed on anything except a Mac at this time. It uses plists for launching and managing the firewall, and uses some OS X /etc/resolver
trickery to resolve the domain names. See this post for a bit more detail.
I was searching for the same thing and I found hoof.
I've been using hoof and it works, but its definitely a bit rough around the edges.
There is a Linux fork of Pow that looks interesting. I haven't tried it for myself yet but I'm hoping that it will get pushed upstream into the main Pow code.
How about using passenger standalone?
I have implemented BAM! Heavily inspired by pow, BAM! goes further by supporting not only ruby/rack applications, but any Procfile-based application. Also, BAM! is planned to support both Linux and Mac OS X. Please, give it a try!
https://github.com/jweslley/bam
精彩评论