Powder: making Pow even easier!
May 25, 2011 § 5 Comments
Pow is the hot new zero-config server released by the benevolent guys at 37signals. They created it to make all of our lives easier because you no longer have to think about application servers in development with Pow. Obviously thin, unicorn, passenger or whatever your choice of production server is are still important, but Pow makes your local environment easier to deal with.
But is it really easy enough?
Like any lazy developer, that was the question and I asked ourselves when we first installed Pow, and our answer was no. Adding a project to Pow, restarting the project, opening the project in a browser, even installing Pow itself; all these tasks seemed so much harder now that Pow had made everything else so easy. So the only sensible thing to do was write something that would make it easier again.
Later that day we released the first version of Powder and everything became easier again. If you want to use Pow, install Powder first with a quick
gem install powder
and then installing Pow is as easy as
powder install
Then, if you had a Rails project called chunky-bacon, just
cd path/to/chunky-bacon
powder
powder open
and your web browser will open your app at http://chunky-bacon.dev. Easy.
Check out the Readme for more of what Powder can make easier for you. And if you think of anything else to do with Pow that could be easier, open an issue, or fork Powder and send us a pull request.
[…] via Powder: making Pow even easier! « Logical Friday. […]
This is great. Thank you.
[…] with a gem named Powder. I haven’t had the chance to play around with this tool yet but a blog post by one of it’s creators says they wanted to make Pow “ridiculously easy”. The commands supported help make […]
[…] Powder: making Pow even easier! « Logical Friday: Powder is a gem that makes using 37signals’ handy Pow server even easier […]
[…] that doesn’t put to an end. The guys at LogicalFriday wanted something more easier and thats when got launched POWDER: making Pow even easier! The blog […]