Created
February 13, 2012 15:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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