Bobs-MacBook-Pro-2:~ bobhannan$ brew services start mongodb
Error: Unknown command: services
Bobs-MacBook-Pro-2:~ bobhannan$ brew services list
Error: Unknown command: services
サービスの代わりにサービスを使用する際にも問題があります。
答え1
というコマンドはありませんbrew services
。
以下が存在します。
brew install
brew uninstall
brew search
brew list
brew update
brew upgrade
brew pin/unpin
brew doctor
brew install -vd
brew --env | config
brew create URL --no-fetch
brew edit
以下を使用してインストールできます。
curl -o /usr/local/bin/brew-services.rb https://gist.githubusercontent.com/lwe/766293/raw/75a7907004bbff0eb3b072d1d951be2cfe7e5020/brew-services.rb
chmod +x /usr/local/bin/brew-services.rb
brew services help
答え2
まず、homebrew / boneyardをワンクリックしてBrewサービスをインストールします。
brew tap homebrew/boneyard
注:mongoを自動的に起動するようにlaunchctlを設定してください。
$ launchctl ロード ~/Library/LaunchAgents/homebrew.mxcl.mongo.plist $ launchctl アンロード ~/Library/LaunchAgents/homebrew.mxcl.mongo.plist
源泉:http://robots.thoughtbot.com/starting-and-stopping-Background-services-with-homebrew