Hisoka-X commented on code in PR #261:
URL: https://github.com/apache/seatunnel-website/pull/261#discussion_r1300015876


##########
versioned_docs/version-2.3.3/start-v2/locally/deployment.md:
##########
@@ -0,0 +1,84 @@
+---
+
+sidebar_position: 1
+-------------------
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+# Deployment
+
+## Step 1: Prepare the environment
+
+Before you getting start the local run, you need to make sure you already have 
installed the following software which SeaTunnel required:
+
+* [Java](https://www.java.com/en/download/) (Java 8 or 11, other versions 
greater than Java 8 can theoretically work as well) installed and `JAVA_HOME` 
set.
+
+## Step 2: Download SeaTunnel
+
+Enter the [seatunnel download page](https://seatunnel.apache.org/download) and 
download the latest version of distribute
+package `seatunnel-<version>-bin.tar.gz`
+
+Or you can download it by terminal
+
+```shell
+export version="2.3.2"

Review Comment:
   ```suggestion
   export version="2.3.3"
   ```
   There are some hard code version in doc, you should check it.
   



-- 
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]

Reply via email to