aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBart ten Brinke2013-09-30 13:02:31 +0200
committerMike McQuaid2013-10-10 12:26:10 +0100
commita54fb845653de110631c51b550b51d41ee2e94e3 (patch)
tree8b01b6956c8f047f0fcceac4a1ddb6302f5f9d61 /Library
parentad226dc11e69b6ddfbfe3bb719967793cdf91334 (diff)
downloadhomebrew-a54fb845653de110631c51b550b51d41ee2e94e3.tar.bz2
pow: update documentation to avoid error on startup.
Closes #22935. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pow.rb10
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