This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 8a24533 [ZEPPELIN-4485]. Update how to install page 8a24533 is described below commit 8a24533690bbcff3ac9e5d9b8bf888960d45704b Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Fri Dec 13 17:37:07 2019 +0800 [ZEPPELIN-4485]. Update how to install page ### What is this PR for? Update how to install page, remove the support for windows. ### What type of PR is it? [ Documentation ] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4485 ### How should this be tested? * No test needed ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <zjf...@apache.org> Closes #3555 from zjffdu/ZEPPELIN-4485 and squashes the following commits: 423a83868 [Jeff Zhang] [ZEPPELIN-4485]. Update how to install page --- docs/quickstart/install.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md index 417652d..4ed778d 100644 --- a/docs/quickstart/install.md +++ b/docs/quickstart/install.md @@ -40,7 +40,7 @@ Apache Zeppelin officially supports and is tested on the following environments: </tr> <tr> <td>OS</td> - <td>Mac OSX <br /> Ubuntu 14.X <br /> CentOS 6.X <br /> Windows 7 Pro SP1</td> + <td>Mac OSX <br /> Ubuntu 16.X</td> </tr> </table> @@ -53,7 +53,7 @@ Two binary packages are available on the [download page](http://zeppelin.apache. ### Building Zeppelin from source -follow the instructions [How to Build](../setup/basics/how_to_build.html), If you want to build from source instead of using binary package. +Follow the instructions [How to Build](../setup/basics/how_to_build.html), If you want to build from source instead of using binary package. ## Starting Apache Zeppelin @@ -65,12 +65,6 @@ On all unix like platforms: bin/zeppelin-daemon.sh start ``` -If you are on Windows: - -``` -bin\zeppelin.cmd -``` - After Zeppelin has started successfully, go to [http://localhost:8080](http://localhost:8080) with your web browser. #### Stopping Zeppelin