GitXplorerGitXplorer
l

hostess

public
34 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
e1f6b16ced30a8709cc03182be201c48587ed009

Bump version and fix deprecations in Rakefile.

llazyatom committed 12 years ago
Unverified
8df2c3855835d0ba21dc149fdac3b9e27056f623

Don't leave trailing blank lines after deleting.

llazyatom committed 12 years ago
Unverified
99d12cc28a73c82eb50851d3b91b11b577dff67e

Still use dscl if we can.

llazyatom committed 12 years ago
Unverified
ed83f20112a0c19070db2f90c220722d0894f78a

Merge pull request #6 from vanits/master

llazyatom committed 12 years ago
Unverified
6de25f6cf412ee2fb69b6547e1a388c202b859f1

clean up log folder

committed 13 years ago
Unverified
4b1ca9806a7372f51a782b002f4f274c78c1815c

added workaround for os x lion

committed 13 years ago

README

The README file for this repository.

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

$ 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.

$ hostess help
Usage:
hostess create domain directory - create a new virtual host
hostess delete domain           - delete a virtual host
hostess list                    - list hostess virtual hosts
hostess help                    - this info