Remote Blogging with Octopress
モバイルPC からGitHub 上に構築したOctopress を更新してみます。
今回は、Octopress を設定済みのホストPC のリモートディレクトリをマウントして利用します。
ホストPC のディスクをsshfs でマウント
$ ssh-keygen |
自動でマウントするには、gnome-session-properties
で設定するか、/etc/fstab
に設定します。
Ruby のインストール
$ curl -L https://get.rvm.io | bash -s stable --ruby |
.bashrc の設定
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting |
Git の設定
$ git config --global user.name "username" |
GitHub の設定
GitHub にログインして~/.ssh/id_rsa.pub を登録
Octopress Helper の設定
http://ktkr3d.github.io/blog/2013/10/08/yad/
http://ktkr3d.github.io/blog/2013/07/15/zenity-octopress-helper/
Comment