Skip to content
Yinaura edited this page Oct 21, 2015 · 9 revisions

デプロイ

  • $ bundle exec cap production deploy
  • nohup bundle exec unicorn -c /var/www/app/jagi/current/config/unicorn.rb -E production &

unicorn を止めるにはとりあえず kill -9 。

設定

  • yum install libxml2 libxslt libxml2-devel libxslt-devel
  • yum install ImageMagick-devel
  • yum install nodejs010
  • yum install nkf

漢字 => 日本語解析に必要なやつ

$ wget http://kakasi.namazu.org/stable/kakasi-2.3.6.tar.gz
$ tar zxfv kakasi-2.3.6.tar.gz
$ cd kakasi-2.3.6/
$ ./configure
$ make

その他

Clone this wiki locally