Posted by zroger on October 5, 2011 at 1:27pm
Feather is a Drush script for managing and running an Apache http server in a development environment with minimal configuration. Feather maintains an isolated set of Apache configuration files, optimized to run a minimal httpd server. These configuration files are completely managed by Feather, so gone are the days of manually setting up virtual hosts for every new development site.
How is this different from drush run-server? The key difference is that Feather runs Apache, so it provides a development environment that is more similar to most production environments.
Drush commands provided by feather:
- feather-add
- Add a virtual host configuration.
- feather-remove
- Remove a virtual host configuration.
- feather-list
- Display all configured virtual hosts.
- feather-status
- Display the current status (running/not running) of the server.
- feather-start
- Start the web server.
- feather-stop
- Stop the web server.
- feather-restart
- Restart the web server.
- feather-check-config
- Check the syntax of the generated configuration files.
- feather-error-log
- Display the error log using `tail`.
- feather-install
- Install the "feather" symlink.
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Under active development
- Module categories: Developer, Drush, Utility
- Downloads: 100
- Last modified: October 7, 2011