Installing libv8で止まる
OctopressのフォルダをDropboxに置くことにしたので、メインで使っているPCではなく古いネットブックにインストールしたXubuntuからDropbox上のOctopressを使えるかどうか試してみた。
だがrake previewしようとしたら、エラーになってしまった。
Octopressを使う環境が整っていないので当然といえば当然。
環境を整えるにあたり、bundle installで行き詰まってしまった。
途中
Installing libv8 (3.16.14.7)
の表示のところで動かない。
フリーズしたのかと思ったが検索したところ、libv8のインストールには時間が掛かるらしい。
確かにCPUの使用率も100%で、頑張ってはいるようだ。
非力なマシンのせいか結局30分くらい掛かったろうか。
もう一度パスワード入力を求められ、その後またtherubyracer (0.12.1)のところで少し時間が掛かったが、ようやくYour bundle is complete!
Octopressを使えるようになった。
ーー
使えるようになったと思ったら、deployが出来ない。
$ rake deploy
cp -r source/images/.gitkeeper public/images/.gitkeeper
## Deploying branch to Github Pages
## Pulling any updates from Github Pages
cd _deploy
cd -
rm -rf _deploy/assets
rm -rf _deploy/atom.xml
rm -rf _deploy/blog
rm -rf _deploy/favicon.png
rm -rf _deploy/images
rm -rf _deploy/index.html
rm -rf _deploy/javascripts
rm -rf _deploy/posts
rm -rf _deploy/robots.txt
rm -rf _deploy/sitemap.xml
rm -rf _deploy/stylesheets
## Copying public to _deploy
cp -r public/. _deploy
cd _deploy
## Committing: Site updated at 2014-11-19 11:02:25 UTC
sh: 1: git: not found
## Pushing generated _deploy website
## Github Pages deploy complete
cd -
拒否はされてないみたいだが、記事を投稿出来ない。
どこに問題があるのか、よく分からない。
generateもやたら遅いし、ちょっとしんどいかな。
ーー
gitがインストールされてない?