Feather

Categories

Component ID

1300206

Component name

Feather

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

988

Component created

Component changed

Component body

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.