2014-02-01から1ヶ月間の記事一覧
$ 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と入力しても、^A(はっとえー)と出力されてしまい、カーソルの移動ができなくなった。 その場合は、 $ set -o emacs とすれば解決。 $ set -0 で、 emacs on となっていればOK。
$ 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…
$ 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