[GitHub] storm-site issue #1: STORM-2629: Upgrade to latest github-pages to allow Win...

2018-01-08 Thread srdo
Github user srdo commented on the issue:

https://github.com/apache/storm-site/pull/1
  
@HeartSaVioR Sorry to bother you with this, but I think this PR fell 
through the cracks. If you get a chance sometime could you try to build the 
site with the commands I mentioned in the previous comment?


---


[GitHub] storm-site issue #1: STORM-2629: Upgrade to latest github-pages to allow Win...

2017-09-14 Thread srdo
Github user srdo commented on the issue:

https://github.com/apache/storm-site/pull/1
  
@HeartSaVioR I've tried it out on Windows 10 and ruby 2.3.4p301. I just 
went and tested it on a fresh install of Ubuntu 17.04 and ruby 2.4.1p111.

Did you run `bundler install` after switching to this branch?

I'm wondering if the README is a little misleading, it's my understanding 
that people should use Bundler to update dependencies and run Jekyll, but the 
README doesn't mention it. 

Here's the commands I ran to start the local server:
`bundler install`
`bundler exec jekyll serve -w`


---


[GitHub] storm-site issue #1: STORM-2629: Upgrade to latest github-pages to allow Win...

2017-09-13 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue:

https://github.com/apache/storm-site/pull/1
  
Which pair(s) of OS and Ruby version are you trying out?
I'm trying out the change but I'm experiencing crash on redcarpet. 
(redcarpet.rb has `require 'redcarpet.so'` but there's no file) macOS Sierra 
(10.12.6) and Ruby 2.4.1. Odd thing is that standalone command 'redcarpet' 
works.


---