Code4Maine / mainewiki

A statewide collaboration platform for civic hackers in Maine
0 stars 0 forks source link

Troubles with Octopress Ruby Install on my Ubuntu machine... #1

Open Cribstone opened 11 years ago

Cribstone commented 11 years ago

Tried setting up for deployment on local Ubuntu machine by installing Ruby 1.9.3 and dependencies per instructions at http://octopress.org/docs/setup/... Something's wrong with my version of Ruby as it won't let me install RVM or rbenv... Perhaps somebody else knows their way around Ruby can help set up a deployment?

jqtrde commented 11 years ago

have you tried this?

brew update
brew install rbenv
brew install ruby-build
rbenv install 1.9.3-p0
rbenv rehash