[
https://issues.apache.org/jira/browse/CALCITE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453428#comment-16453428
]
ASF GitHub Bot commented on CALCITE-1937:
-----------------------------------------
Github user risdenk commented on a diff in the pull request:
https://github.com/apache/calcite-avatica/pull/43#discussion_r184259954
--- Diff: site/README.md ---
@@ -24,33 +24,62 @@ This directory contains the code for the
a sub-directory of the
[Apache Calcite web site](https://calcite.apache.org).
-## Setup
+You can build the site manually using your environment or use the docker
compose file.
+
+## Manually
+
+### Setup your environment
Similar to the instructions to
-[set up the Calcite web site](../site/README.md).
+[set up the Calcite web
site](https://github.com/apache/calcite-avatica/blob/master/site/README.md).
-Site generation currently works best with ruby-2.4.1.
+Site generation currently works best with ruby-2.5.1.
1. `cd site`
2. `svn co https://svn.apache.org/repos/asf/calcite/site/avatica
target/avatica`
-3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
-4. `sudo gem install bundler github-pages jekyll jekyll-oembed`
--- End diff --
Did removing this line happen on purpose? I think at least `bundler` needs
to be there before `bundle install`
> Web site for Avatica Go
> -----------------------
>
> Key: CALCITE-1937
> URL: https://issues.apache.org/jira/browse/CALCITE-1937
> Project: Calcite
> Issue Type: Bug
> Components: avatica-go
> Reporter: Julian Hyde
> Assignee: Francis Chuang
> Priority: Major
>
> Create a web site for calcite-avatica-go.
> How about this:
> * At run time, the pages should appear under http://calcite.apache.org/avatica
> * The pages should be source-controlled under calcite-avatica-go/site, in
> markdown format (same as calcite and avatica), and generated into svn using
> similar trickery to calcite and avatica.
> * Reduce the amount of content in
> https://github.com/apache/calcite-avatica-go/blob/master/README.md. The
> "documentation" stuff should move to under http://calcite.apache.org/avatica.
> So the page will be mainly a re-direct to the Apache home page. Similar to
> https://github.com/apache/calcite-avatica/blob/master/README.md, in fact.
> * Add a go_history.md file.
> Should avatica-go appear on http://calcite.apache.org/avatica/downloads, or
> should it have its own download page? I think it probably the former.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)