/mamp-control

Control your MAMP installation from the Terminal

Primary LanguageShell

mamp-control

Control your MAMP installation from the command line

Purpose

I got sick of the stock MAMP window, and its (dis)-ability to hide or minimize. mamp-control lets you start or stop MAMP from the Terminal

Usage

Start MAMP

mamp-control start

Stop MAMP

mamp-control stop

Restart MAMP

mamp-control restart

MAMP Status

mamp-control status

TODO

  • Implement PHP switching
  • Some utility methods to manage Apache virtual hosts
  • Match virtual host up with document root directory
  • Pow support