Zookeeper
Nacos
nacos
1)Download source code from Github
git clone https://github.com/alibaba/nacos.git
cd nacos/
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
ls -al distribution/target/
// change the $version to your actual path
cd distribution/target/nacos-server-$version/nacos/bi
2)Download run package
# Select the latest stable version from https://github.com/alibaba/nacos/releases
unzip nacos-server-$version.zip OR tar -xvf nacos-server-$version.tar.gz
cd nacos/bin
3.Start Server
# linux start
sh startup.sh -m standalone
# windows start
cmd startup.cmd
# windows stop
cmd shutdown.cmd