2014-02-01から1ヶ月間の記事一覧

Vagrant&VirtualBoxの設定

Mac

$ vagrant box add mychuno_centos CentOS6.5-minimal-vagrant.box Downloading or copying the box... Extracting box...te: 254M/s, Estimated time remaining: 0:00:01) Successfully added box 'mychuno_centos' with provider 'virtualbox'! $ vagrant …

zshでctrl-a等が利かなくなった場合の対処法。

zshを使っていて、Ctrl-aと入力しても、^A(はっとえー)と出力されてしまい、カーソルの移動ができなくなった。 その場合は、 $ set -o emacs とすれば解決。 $ set -0 で、 emacs on となっていればOK。

MySQLが起動できない

$ sudo mysql.server start Starting MySQL . ERROR! The server quit without updating PID file (/usr/local/var/mysql/chuno-mac.local.pid). /usr/local/var/mysqlの権限がおかしいようなので、所有者を_mysqlにする。 $ sudo chown -R _mysql:_mysql /u…

Opauthを使ったFacebookログインの実装

$ sudo vim /etc/hosts 127.0.0.1 chuno.com Facebookアプリ 「アプリの基本設定」 Add Platform 「ウェブサイト」を選択 サイトURLにhttp://www.chuno.com/ App Domainsにはchuno.com

各種設定

ベースURLの設定 application/config/config.php