Forums MAMPStack

AppleScript to start/stop MAMPStack

Subscribe to AppleScript to start/stop MAMPStack 2 post(s), 2 voice(s)

 
Avatar Joshua Preston 1 post

Hey guys,

For my own reference, and my reliance upon AppleScripts for doing various things, I’ve created a couple of scripts to start and stop the MAMPStack.

/>do shell script "/Applications/Mampstack/ctlscript.sh start" 
[/code]
/>do shell script "/Applications/Mampstack/ctlscript.sh stop" 
[/code]

Sure, they’re simple, but I hate going to a shell just to start or stop the service…

Regards,

Joshua Preston.

 
Avatar beltran Administrator 392 post(s)

Hi Joshua,

Thanks for your feedback, certainly a great idea to simplify the servers management. We will work to the user can start/stop servers easily.

Cheers

Forums MAMPStack