diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pow.rb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/pow.rb b/Library/Formula/pow.rb index 118a1e442..38cadf7a9 100644 --- a/Library/Formula/pow.rb +++ b/Library/Formula/pow.rb @@ -18,13 +18,15 @@ class Pow < Formula def caveats; <<-EOS.undent - Sets up firewall rules to forward port 80 to Pow: - sudo pow --install-system + Create the required host directories: + mkdir -p ~/Library/Application\ Support/Pow/Hosts + ln -s ~/.pow ~/Library/Application\ Support/Pow/Hosts - Installs launchd agent to start on login: + Setup port 80 forwarding and launchd agents: + sudo pow --install-system pow --install-local - Enables both launchd agents: + Load launchd agents: sudo launchctl load -w /Library/LaunchDaemons/cx.pow.firewall.plist launchctl load -w ~/Library/LaunchAgents/cx.pow.powd.plist EOS |
