[jira] [Commented] (FLINK-11418) Unable to build docs in Docker image

2019-01-23 Thread Chesnay Schepler (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750185#comment-16750185
 ] 

Chesnay Schepler commented on FLINK-11418:
--

Did you try following the docker instructions that were added recently? (see 
[here|https://flink.apache.org/improve-website.html#update-or-extend-the-documentation])

> Unable to build docs in Docker image
> 
>
> Key: FLINK-11418
> URL: https://issues.apache.org/jira/browse/FLINK-11418
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.8.0
>Reporter: Robert Metzger
>Priority: Major
>
> Running 
> {code:java}
> cd flink/docs/docker
> ./run.sh{code}
>  
> And then in the container
> {code:java}
> Welcome to Apache Flink docs
> To build, execute
> ./build_docs.sh
> To watch and regenerate automatically
> ./build_docs.sh -p
> and access http://localhost:4000
> bash-4.4$ ./build_docs.sh -p
> Traceback (most recent call last):
> 2: from /usr/local/bin/bundle:23:in `'
> 1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
> /usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem 
> bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException){code}
> I believe there's something wrong.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-11418) Unable to build docs in Docker image

2019-01-23 Thread Robert Metzger (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750221#comment-16750221
 ] 

Robert Metzger commented on FLINK-11418:


:) I have found a fix for the issue. Will open a PR soon.

> Unable to build docs in Docker image
> 
>
> Key: FLINK-11418
> URL: https://issues.apache.org/jira/browse/FLINK-11418
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.8.0
>Reporter: Robert Metzger
>Priority: Major
>
> Running 
> {code:java}
> cd flink/docs/docker
> ./run.sh{code}
>  
> And then in the container
> {code:java}
> Welcome to Apache Flink docs
> To build, execute
> ./build_docs.sh
> To watch and regenerate automatically
> ./build_docs.sh -p
> and access http://localhost:4000
> bash-4.4$ ./build_docs.sh -p
> Traceback (most recent call last):
> 2: from /usr/local/bin/bundle:23:in `'
> 1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
> /usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem 
> bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException){code}
> I believe there's something wrong.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-11418) Unable to build docs in Docker image

2019-01-23 Thread Chesnay Schepler (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750200#comment-16750200
 ] 

Chesnay Schepler commented on FLINK-11418:
--

oh, this is about the _flink_ docs, not flink-web :/

> Unable to build docs in Docker image
> 
>
> Key: FLINK-11418
> URL: https://issues.apache.org/jira/browse/FLINK-11418
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.8.0
>Reporter: Robert Metzger
>Priority: Major
>
> Running 
> {code:java}
> cd flink/docs/docker
> ./run.sh{code}
>  
> And then in the container
> {code:java}
> Welcome to Apache Flink docs
> To build, execute
> ./build_docs.sh
> To watch and regenerate automatically
> ./build_docs.sh -p
> and access http://localhost:4000
> bash-4.4$ ./build_docs.sh -p
> Traceback (most recent call last):
> 2: from /usr/local/bin/bundle:23:in `'
> 1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
> /usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem 
> bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException){code}
> I believe there's something wrong.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-11418) Unable to build docs in Docker image

2019-01-23 Thread Robert Metzger (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750192#comment-16750192
 ] 

Robert Metzger commented on FLINK-11418:


Ah, I didn't know about these. The readme file in the "docs" directory did not 
mention them.

I'll check them out.

> Unable to build docs in Docker image
> 
>
> Key: FLINK-11418
> URL: https://issues.apache.org/jira/browse/FLINK-11418
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.8.0
>Reporter: Robert Metzger
>Priority: Major
>
> Running 
> {code:java}
> cd flink/docs/docker
> ./run.sh{code}
>  
> And then in the container
> {code:java}
> Welcome to Apache Flink docs
> To build, execute
> ./build_docs.sh
> To watch and regenerate automatically
> ./build_docs.sh -p
> and access http://localhost:4000
> bash-4.4$ ./build_docs.sh -p
> Traceback (most recent call last):
> 2: from /usr/local/bin/bundle:23:in `'
> 1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
> /usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem 
> bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException){code}
> I believe there's something wrong.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)