下载地址 https://gitee.com/mirrors/Nacos#https://github.com/alibaba/nacos/releases
unzip nacos-server-1.0.0.zip #解压压缩包
cd nacos/bin #进入命令目录
启动服务
Start Server
在这几种系统环境下
On the Linux/Unix/Mac platform, run the following command to start server with standalone mode:
sh startup.sh -m standalone #启动服务
在window环境下
On the Windows platform, run the following command to start server with standalone mode. Alternatively, you can also double-click the startup.cmd to run NacosServer.
startup.cmd -m standalone #启动服务
···
java 版本造成的nacos无法启动
rpm -qa | grep java #查看已经安装的java版本
yum -y remove java java-1.7.0-openjdk-1.7.0.45-2.4.3.3.el6.x86_64 #卸载指定版本
yum -y remove java #卸载全部
网友评论