Details
Description
In your 1.7 for Mac OS X download, the installer creates in
/Applications/Mirth/
a shell file spelt with a lower case "m" not upper
mirth.sh
therefore your instruction #3
OS X: Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x Mirth.sh" then "./Mirth.sh".
should be changed to
OS X: Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x mirth.sh" then "./mirth.sh".
(unless you want to update your installer to match Linux etc)
you might also mention about enabling localhost as follows
OS X: Ensure in your System Preference "Sharing" that "Personal Web Sharing" is active. Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x mirth.sh" then "./mirth.sh".
/Applications/Mirth/
a shell file spelt with a lower case "m" not upper
mirth.sh
therefore your instruction #3
OS X: Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x Mirth.sh" then "./Mirth.sh".
should be changed to
OS X: Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x mirth.sh" then "./mirth.sh".
(unless you want to update your installer to match Linux etc)
you might also mention about enabling localhost as follows
OS X: Ensure in your System Preference "Sharing" that "Personal Web Sharing" is active. Unzip and run setup app. After Mirth is installed, navigate to the Mirth install directory in Terminal.app and run "chmod +x mirth.sh" then "./mirth.sh".

