Run these as root:
# yum groupinstall 'Development Tools' # yum install readline-devel zlib zlib-devel openssl openssl-devel libyaml git python-setuptoolsPygments is not necessary as it uses pygments.rb. (Thanks to @octopress)# easy_install Pygments
Now, run these as normal user:
$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p320.zip $ unzip ruby-1.9.2-p320.zip $ cd ruby-1.9.2-p320 $ ./configure --prefix=/usr --with-openssl-include=/usr/include/openssl --with-openssl-lib=/usr/lib64/openssl/engines --disable-option-checking --disable-pthread $ makeIf you are using 32-bit, then replace '--with-openssl-lib=/usr/lib64/openssl/engines' to '--with-openssl-lib=/usr/lib/openssl/engines'.
Again, run these as root:
# make installAgain, run these as normal user:
$ git clone git://github.com/imathis/octopress.git octopress $ cd octopressNow, as root:
# gem install bundler # bundle install # rake installLastly, as normal user:
$ rake installNow, follow Configuring Octopress. That's it. You have installed Octopress on your system. Leak: I will soon be moving this blog to Octopress and will be hosting it on GAE.
0 comments:
Post a Comment