Pow

Episode #1 by Teacher's Avatar David Kimura

Summary

Serve your applications on your development machine with ease. Pow allows a dev domain to your local machine for spinning up linked applications
development domain rails 3:28

Resources

Summary

Install Pow

# bash
curl get.pow.cx | sh

Powder is a great tool for making Pow easier to use.

# bash
gem install powder

Within your application root directory, you can now link or unlink your application.

# bash
powder link
powder unlink