一款基于Java非常强大的开源服务器集群管理软件
一款非常强大的开源服务器集群管理软件
内置常见java,、PHP、nodejs、mysql、nginx等常见环境的执行器(直接编排为步骤),并提供了导出导入功能、一键复制流水线,极大方便了部署过程。通过环境变量和配置文件可以实现复杂的大型项目统一配置。
总的来说弄干嘛呢?就是说一台机器可以控制管理众多服务器,非常方便
首先需要系统安装好Java,安装Java可以参考下面文章
下载作者已经编译好了的程序,然后在终端执行以下命令启动,成功会显示如下信息
下载地址 https://gitee.com/javashop/pangu/releases/v1.0.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
java -jar pangu-1.0.0.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.4.RELEASE)
2021-04-14 23:09:02.017 INFO 12484 --- [ main] com.enation.pangu.PanguApplication : Starting PanguApplication v1.0.0 on macosdeMacBook-Air.local with PID 12484 (/Users/macos/Downloads/pangu/pangu-1.0.0.jar started by macos in /Users/macos/Downloads/pangu)
2021-04-14 23:09:02.021 INFO 12484 --- [ main] com.enation.pangu.PanguApplication : No active profile set, falling back to default profiles: default
2021-04-14 23:09:04.009 INFO 12484 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-04-14 23:09:04.009 INFO 12484 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.38]
2021-04-14 23:09:04.124 INFO 12484 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-04-14 23:09:04.362 ERROR 12484 --- [ main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
2021-04-14 23:09:04.376 INFO 12484 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
_ _ |_ _ _|_. ___ _ | _
| | |\/|_)(_| | |_\ |_)||_|_\
/ |
3.3.2
2021-04-14 23:09:07.046 INFO 12484 --- [ main] com.enation.pangu.PanguApplication : Started PanguApplication in 10.72 seconds (JVM running for 11.422)
2021-04-14 23:11:27.696 INFO 12484 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
打开浏览器访问localhost:8080 输入用户名和密码admin即可登录系统,功能强大自己体验吧
真的非常方便和实用。。。。
官方开源仓库