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
redirect
parameter to the actionhttp://powser.dev/restart?redirect=www.appname.dev
- Restart any of your pow apps by passing the
app
parameter 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 start
Link powser to an app with a custom appname:
powser start appname
Stop the powser server
powser stop
Restart the powser server
powser restart
Troubleshooting
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.