wsm12138 commented on a change in pull request #11997: URL: https://github.com/apache/shardingsphere/pull/11997#discussion_r695470948
########## File path: docs/community/content/contribute/establish-project.en.md ########## @@ -0,0 +1,124 @@ ++++ +title = "Establish project and environmental guidelines" +weight = 2 +chapter = true ++++ + +[TOC] + +# Establish the ShardingSphere software environment locally and obtain the latest installation package + +## Software environment + + + +| **Software** | **JDK** | **Maven** | **Idea** | +| :--: | :--: |:--: | :--: | +| **Version** | >=1.8 | >=3.6.0 | The latest version | + +## Installation Procedure (For example, Mac) + + + +## 1.The JDK installation + + +- The following link is to obtain the installation package suitable for your environment (MAC select.dmg format). + https://www.oracle.com/java + + + +- Install it directly after downloading + +## 2.Maven environment deployment Review comment: @tristaZero Please help to check whether maven related content needs to be removed from the content -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
