Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created October 1, 2012 11:58
Show Gist options
  • Save jpalala/3811202 to your computer and use it in GitHub Desktop.
Save jpalala/3811202 to your computer and use it in GitHub Desktop.
installing yeoman on ubuntu - tips from a guy who tried installing

YEOMAN!

What's up?

Okay so the basics is you have to install compass, which needs ruby,rubygems and also install nodeJS, which means pulling it off from the repository of node (and configuring, making, make-installing).

We could use rvm to install ruby, but that's not necessary unless you plan to also try out different ruby versions and different ruby gems (to see what works).

Caveat

I found one caveat which is the install of jpeg-turbo. On a mac using brew this must be what they call it, but on ubuntu it seems this package is known as libturbojpeg. all the rest are apt-getable. And another thing, don't install node from the ubuntu repo. You have to do the source compiling yourself to be up to date with 0.8.x version.

PhantomJS

Phantom JS was found to be part of apt-get and so I installed it with that instead. This will automatically install its dependencies

Enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment