Re: regarding installation of Middleman

2016-10-17 Thread Steven Yan
Hi Chan Thanks for info, I will give it a try. Thanks, Steven On Sun, Oct 16, 2016 at 8:00 PM, Chan Lee wrote: > Hi Steven, > > This seems to be a general problem with mac os using newer version of gcc, > as described here: >

Re: regarding installation of Middleman

2016-10-16 Thread Chan Lee
Hi Steven, This seems to be a general problem with mac os using newer version of gcc, as described here: http://stackoverflow.com/questions/19577759/installing-libv8-gem-on-os-x-10-9 . I'm also using mac os 10.11, and simple `bundle update` solved the problem for me. Hope this helps. Chan On

regarding installation of Middleman

2016-10-16 Thread Steven Yan
To whom it may concern, I am interested in contributing to documentation, so I am following http://predictionio.incubator.apache.org/community/contribute-documentation/ on macbook pro, *osx 10.11.6*. $ cd docs/manual$ gem install bundler$ bundle install$ npm install -g bower$ bower install at