Skip to content

Instantly share code, notes, and snippets.

@carlosramireziii
Created February 13, 2012 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosramireziii/1817528 to your computer and use it in GitHub Desktop.
Save carlosramireziii/1817528 to your computer and use it in GitHub Desktop.
Shows the steps to use 37signals's Pow rack server with the Powder gem
# Install the powder gem
gem install powder
# Use the gem to install Pow itself
powder install
# Add a project to Pow
cd <app-directory>
powder link
# Show the server log
powder applog
# list of all other useful commands and documentation:
# see: https://github.com/Rodreegez/powder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment