In case it’s useful to other Ubuntu users, here’s a quick and painless way of getting the compass stylesheet authoring framework version 0.10.6 set up and ready to rock in Ubuntu 10.10 Maverick Meerkat.
sudo apt-get install ruby1.9.1 sudo gem1.9.1 install compass sudo echo "PATH=$PATH:/var/lib/gems/1.9.1/bin:$HOME/.gem/ruby/1.9.1/bin" > /etc/profile.d/rubygems1.9.1.sh compass version
I’m not a Ruby on Rails developer, and I’m not overly familiar with Ruby configuration, Rails, gems, etc., but the above steps were found on a couple of mailing list and forum posts.
I’m still finding my way round the mixins, features and syntax that compass offers, but very much believe in the power of using such a framework to cut down on manual CSS typing and future maintenance issues. I’ve started building up my own framework and am looking forward to using it in future projects.





