homebrew
Rubyを入れると、 /usr/local/Cellar/ruby/1.9.3-p194/binにパスを通せと言われる。 ==> Caveats NOTE: By default, gem installed binaries will be placed into: /usr/local/Cellar/ruby/1.9.3-p194/bin You may want to add this to your PATH. ==> Summary /usr/local/Cellar/ruby/1.9.3-p194: 14688 files, 73M, built in 2.8 minutes
これがベストなやり方みたい
mongodbIf this is your first install, automatically load on login with: mkdir -p ~/Library/LaunchAgents cp /usr/local/Cellar/mongodb/2.0.6-x86_64/homebrew.mxcl.mongodb.plist ~/Libr ary/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist If this is an upgrade and you already have the homebrew.mxcl.mongodb.plist loade d: launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist cp /usr/local/Cellar/mongodb/2.0.6-x86_64/homebrew.mxcl.mongodb.plist ~/Libr ary/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist Or start it manually: mongod run --config /usr/local/etc/mongod.conf The launchctl plist above expects the config file to be at /usr/local/etc/mongod .conf. timecapsule最近smb非対応になったらしいので、netatalkをインストールしないといけない
サーバセットアップはこれでOK…と思いきや、i386のパッケージにx64のバイナリが入ってるっぽい…
なので、ここの手順に沿ってソースからビルドする。
netatalkさえ入れば、後の手順は前者のサイトの通り。
設定ファイルを1行修正しないと動かなくなった。Marvericksから?
/etc/netatalk/afpd.conf -tcp -noddp -uamlist uams_dhx_passwd.so,uams_dhx2_passwd.so キーマップhttp://d.hatena.ne.jp/isseium/20110101/1293899881
標準のキーリピートパラメータが上書きされてしまうので、KeyRemap4MacBook側で設定し直す。
ついでに、Use Kana as Kana/Eisuuも有効にしておくと直感的。 |