I'm trying to install Octopress on Webfaction following this site. The first step is installing ruby/rvm.
However, I got requested to give root id, and I couldn't proceed.
Checking the ruby that I use is 1.9.4
Trying to install bundler, but I got error to use ruby 1.8.
Trying to use gem 1.9 with `alias gem='/usr/local/bin/gem1.9', I got this error.
How can I use Octopress on WebFaction? ADDEDI was new to Octopress, so I asked the wrong question, but the answer was correct in terms of installing ruby.
The thing was that I use my mac for editing blogs in Octopress, so the version in web faction doesn't matter. I just set the server address and use In short, you don't need any ruby installation for using Octopress. asked 17 Jan '14, 20:32 prosseek |
Change the Setup & Installation section of the guide to:
answered 17 Jan '14, 21:49 timg ♦♦ |