Skip to content

rstacruz/graphika_manila_2012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up Ruby

Windows

Mac OSX

You may also install with rbenv (recommended if you're developing on Ruby regularly), or rvm.

Ubuntu Linux

  • Install Ruby using sudo apt-get install ruby-1.9.1-full.

You may also install with rbenv (recommended if you're developing on Ruby regularly), or rvm.

Development setup

$ gem install bundler
$ bundle
$ bundle exec middleman

You may need to prefix the first 2 commands with sudo (eg, sudo gem install bundler) if it doesn't work.

Icons