「Mac/インストール/memcached」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==インストール== brew install memcached」) |
|||
行1: | 行1: | ||
==インストール== | ==インストール== | ||
brew install memcached | brew install memcached | ||
+ | |||
+ | ==自動起動== | ||
+ | ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents | ||
+ | launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist | ||
+ | |||
+ | ==その他コマンドについて== | ||
+ | [linux/memcacheインストール]] [ショートカット] |
2017年1月10日 (火) 12:40時点における版
インストール
brew install memcached
自動起動
ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist
その他コマンドについて
[linux/memcacheインストール]] [ショートカット]