-
Notifications
You must be signed in to change notification settings - Fork 2
デプロイ
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