[jira] [Commented] (PIO-86) Maintain a working docker container

2017-07-02 Thread Steven Yan (JIRA)
[ https://issues.apache.org/jira/browse/PIO-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16071850#comment-16071850 ] Steven Yan commented on PIO-86: --- For now, the pio v0.11.0 is available at http://apache.mirrors.pair.com

[jira] [Commented] (PIO-86) Maintain a working docker container

2017-06-05 Thread Steven Yan (JIRA)
[ https://issues.apache.org/jira/browse/PIO-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037641#comment-16037641 ] Steven Yan commented on PIO-86: --- [~sasher] If this helps, here is a Dockerfile https://github.com/steveny2k

Re: [VOTE] Apache PredictionIO (incubating) 0.11.0 Release (RC2)

2017-04-09 Thread Steven Yan
[X] +1, accept RC as the official 0.11.0 release [ ] -1, do not accept RC as the official 0.11.0 release because... Thanks, Steven On Sun, Apr 9, 2017 at 5:21 PM, Donald Szeto wrote: > This is the vote for 0.11.0 of Apache PredictionIO (incubating). > > The vote will run for

Re: Thanks for reviewing Dockerfile for PredictionIO-0.10.0

2016-10-31 Thread Steven Yan
org> wrote: > Hi Steven, > > Looks like a good start. If nobody objects, I will create a repo on Apache, > so hopefully we can converge all the great contributions to one place. Let > me know if this sounds good / bad to you. > > Regards, > Donald > > On Mon,

Created Dockerfile to prepare manual writing environment

2016-10-26 Thread Steven Yan
Hi all I created Dockerfile to prepare manual writing environment https://github.com/steveny2k/docker-predictionio-docs Hope that can help, and also thank you for code reviewing and comments in advance. Thanks, Steven

Thanks for reviewing Dockerfile for PredictionIO-0.10.0

2016-10-24 Thread Steven Yan
To whom may be interested in, I could not find Dockerfile for PredictionIO-0.10.0, so I modified sphereio's Dockerfile for older version to be: https://github.com/steveny2k/docker-predictionio Thanks for reviewing and comments. My long term plan is to install various examples into this Docker,

Re: regarding installation of Middleman

2016-10-17 Thread Steven Yan
om/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 Sun, Oct 16, 2016 at 2:33 PM, Steven Yan <steven@salesforce.com> > wro

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