Powder for your browser!
A simple web server interface to powder CLI for pow! This gives you the ability to create a bookmark button in your browser that will restart your development app and redirect to the root url.
Features
- Application Restart
- Restarts a linked application and redirects to it's root url
- Browse to
http://powser.dev/restart
- Browse to
- Redirect to a custom url by passing in the
redirectparameter to the actionhttp://powser.dev/restart?redirect=www.appname.dev
- Restart any of your pow apps by passing the
appparameter the actionhttp://powser.dev/restart?app=appname
- Restarts a linked application and redirects to it's root url
How do I setup Powser?
From scratch:
cd path/to/pow/app
gem install powser
powser startLink powser to an app with a custom appname:
powser start appnameStop the powser server
powser stopRestart the powser server
powser restartTroubleshooting
Sometimes you will get an error related to changing directory. If that happen just restart the powser server with powser restart and life will be good.