28

I find Pow great on my Mac. It makes the Rails dev environment 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?

Bernhard Barker
  • 54,589
  • 14
  • 104
  • 138
Sam Kong
  • 5,472
  • 8
  • 51
  • 87

6 Answers6

26

There is now a linux equivalent: prax

Rik Smith-Unna
  • 3,465
  • 2
  • 21
  • 21
18

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.

Michelle Tilley
  • 157,729
  • 40
  • 374
  • 311
13

I was searching for the same thing and I found hoof.

Amar Palsapure
  • 9,590
  • 1
  • 27
  • 46
Tijn
  • 157
  • 2
  • 7
  • [discontinued. Author recomends Prax now](https://github.com/pyromaniac/hoof/#sorry-guys-the-project-is-not-maintained-anymore-but-good-news-there-is-githubcomysbaddadenprax--) – MegaTux Feb 18 '21 at 15:36
9

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.

aNoble
  • 7,033
  • 2
  • 37
  • 33
  • 1
    Sadly it won't happen: since Pow authors have no interests into a Linux port, it was merely a hack in the coffeescript code, plus a few dnsmasq and resvolconf conf. It used to work but it failed on me a few weeks ago. Since then i've been working on a pure ruby alternative: https://github.com/ysbaddaden/prax which still has a long way to go. – Julien Portalier Aug 20 '12 at 09:37
  • It's sad that they have no interest in supporting Linux but great to hear you're working on an alternative. I'll keep my eye on [prax](https://github.com/ysbaddaden/prax). – aNoble Aug 20 '12 at 17:46
2

How about using passenger standalone?

smathy
  • 26,283
  • 5
  • 48
  • 68
user807722
  • 51
  • 4
1

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

Jonhnny Weslley
  • 1,080
  • 2
  • 13
  • 24