Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 706 Bytes

Startup Open Space Zaragoza

Prerequisites:

  • gem install bundler jekyll
  • bundle install

Launch locally:

  • bundle exec jekyll serve

Other year sites: http://sosz15.cachirulovalley.com/ http://sosz16.cachirulovalley.com/ http://sosz17.cachirulovalley.com/ http://sosz18.cachirulovalley.com/

Known issues in MacOS X:

  • mkmf.rb can’t find header files for ruby at... --> Install xcode tools: xcode-select --install
  • autoreconf: not found --> Install automake and deps: brew install automake && brew install libtool && brew install gettext