labuladong commented on code in PR #17475:
URL: https://github.com/apache/pulsar/pull/17475#discussion_r963175060


##########
site2/docs/getting-started-home.md:
##########
@@ -4,9 +4,9 @@ title: Get started
 sidebar_label: "Get Started"
 ---
 
-Getting up and running with Pulsar is simple. Download it, install it, and try 
it out.  
+Getting up and running with Pulsar is simple. Download it, install it, and try 
it out.
 
 You have three options. Click any of these links to begin your Pulsar journey!
-* [Run a standalone Pulsar locally](getting-started-standalone.md) - Run a 
single instance of Pulsar in standalone mode on a single machine.
-* [Run a standalone Pulsar in Docker](getting-started-docker.md) - Run one or 
more instances of Pulsar in a Docker container.
-* [Run a standalone Pulsar in Kubernetes](getting-started-helm.md) - Run one 
or more instances of Pulsar in Kubernetes using a Helm chart.
\ No newline at end of file
+* [Run a standalone Pulsar cluster locally](getting-started-standalone.md) - 
Run a single instance of Pulsar in standalone mode on a single machine.
+* [Run a standalone Pulsar cluster in Docker](getting-started-docker.md) - Run 
one or more instances of Pulsar in a Docker container.

Review Comment:
   I think running pulsar in docker or locally may not be a `cluster`?



##########
site2/docs/getting-started-standalone.md:
##########
@@ -1,278 +1,150 @@
 ---
 id: getting-started-standalone
-title: Set up a standalone Pulsar locally
+title: Run a standalone Pulsar cluster locally
 sidebar_label: "Run Pulsar locally"
 ---
 
-For local development and testing, you can run Pulsar in standalone mode on 
your machine. The standalone mode includes a Pulsar broker, the necessary 
[RocksDB](http://rocksdb.org/) and BookKeeper components running inside of a 
single Java Virtual Machine (JVM) process.
-
-> **Pulsar in production?**  
-> If you're looking to run a full production Pulsar installation, see the 
[Deploying a Pulsar instance](deploy-bare-metal.md) guide.
-
-## Install Pulsar standalone
-
-This tutorial guides you through every step of installing Pulsar locally.
-
-### System requirements
-
-Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK.
-For the runtime Java version, see [Pulsar Runtime Java Version 
Recommendation](https://github.com/apache/pulsar/blob/master/README.md#pulsar-runtime-java-version-recommendation)
 according to your target Pulsar version.
+For local development and testing, you can run Pulsar in standalone mode on 
your machine. The standalone mode runs all components inside a single Java 
Virtual Machine (JVM) process.
 
 :::tip
 
-By default, Pulsar allocates 2G JVM heap memory to start. It can be changed in 
`conf/pulsar_env.sh` file under `PULSAR_MEM`. This is an extra option passed 
into JVM. 
+If you're looking to run a full production Pulsar installation, see the 
[Deploying a Pulsar instance](deploy-bare-metal.md) guide.
 

Review Comment:
   Seems that M1 MacBook still has some problems running Pulsar (see #12166). 
To me, I can only run pulsar in docker, running pulsar locally will get a 
`Failed to load RocksDB JNI library` error like #12166.
   
   Maybe we can give some advice for M1 mac users?



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