public
Description: Create apache virtual hosts simply and easily
Homepage:
Clone URL: git://github.com/lazyatom/hostess.git
name age message
file .gitignore Wed Jun 10 03:12:20 -0700 2009 Initial commit [lazyatom]
file README Wed Jun 10 06:28:26 -0700 2009 Added a bit more detail to the README. [lazyatom]
file Rakefile Mon Jun 15 04:32:07 -0700 2009 Fixed rubyforge rdoc location. [lazyatom]
directory bin/ Tue Jul 07 08:03:44 -0700 2009 Put log files in a hidden .hostess directory, s... [lazyatom]
file hostess.gemspec Mon Jun 15 04:32:07 -0700 2009 Fixed rubyforge rdoc location. [lazyatom]
README
Hostess
=======

A simple tool for adding local directories as virtual hosts in a local apache installation. It probably only works well 
on a Mac, but we're scratching our own itch here.

Usage
-----

    $ sudo hostess create mysite.local /Users/myuser/Sites/mysite

This will create a new virtual host in your Apache configuration, setup your Mac's DNS to respond to that domain name, 
and restart Apache to make the new virtual host live.