Mac M1 Parallels CentOS7.9 Deploy 禅道

禅道官网下载地址: https://www.zentao.net/download/max4.10-83276.html

一、官网下载

二、解压安装

将下载好的包传至CentOS7.9虚拟机

bash 复制代码
zhinian@192 ~ % scp Downloads/ZenTaoPMS-max4.10-zbox_arm64.tar.gz root@10.211.55.36:~
ZenTaoPMS-max4.10-zbox_arm64.tar.gz              		100%  165MB 161.2MB/s   00:01
zhinian@192 ~ % chandao
Last login: Sat Jan 20 13:46:20 2024 from 10.211.55.2
[root@chandao ~]# ls
anaconda-ks.cfg  ZenTaoPMS-max4.10-zbox_arm64.tar.gz

解压

bash 复制代码
[root@chandao ~]# tar -zxvf ZenTaoPMS-max4.10-zbox_arm64.tar.gz -C /opt
[root@chandao ~]# ls /opt/zbox/
app  auth  bin  data  etc  include  lib  logs  README  run  tmp  VERSION  zbox
[root@chandao ~]# sudo vi ~/.bash_profile
# 内容BEGIN
PATH=/opt/zbox:$PATH
# 内容END
[root@chandao ~]# source ~/.bash_profile

三、启动测试

bash 复制代码
# 启动禅道[可以修改端口号,也可以不该,默认80]
[root@chandao ~]# zbox start
 14:08:53.36 INFO  ==> Starting service with Apache port=80, MySQL port=3306...
 14:08:53.37 INFO  ==> Starting mysql service...
 14:08:54.45 INFO  ==> Starting apache service...
 14:08:54.52 INFO  ==> Starting xxd service...
 14:08:54.53 INFO  ==> MySQL start successfully.
 14:08:54.53 INFO  ==> Get xxd token from max
 14:08:54.65 INFO  ==> Starting roadrunner service...
=============================================================================
Service             Port           Status    Version   Comment        
=============================================================================
Apache              80             running   2.4.58                   
PHP                 -              running   7.4.33    prefork        
MySQL               3306           running   10.6.15   MariaDB        
XXD                 11443 11444    running   8.0.1                    
Roadrunner          -              running   2023.3.4  @zentaomax     

=============================================================================
Application         Version        
=============================================================================
zentaomax           max4.10        
adminer             4.8.1
bash 复制代码
# 关闭防火墙
systemctl stop firewalld && systemctl disable firewalld

访问测试 http://chandao.zhinian.com






安装完成 使用待后续更新...

相关推荐
摆烂工程师13 分钟前
(5千字总结)国内如何安装和使用 Claude Code 的保姆级教程 - 支持Mac和Windows用户
windows·macos·claude
蓝纹绿茶5 小时前
【Mac】实现Docker下载安装【正在逐步完善】
macos·docker·容器
小弟调调1 天前
Vidwall: 支持将 4K 视频设置为动态桌面壁纸,兼容 MP4 和 MOV 格式
macos·swiftui·桌面应用·macos app
Digitally1 天前
如何将iPhone备份到Mac/MacBook
macos·ios·iphone
瓜子三百克2 天前
CALayer的异步处理
macos·ios·cocoa
Fine姐2 天前
传感器WSNs TheDataLinkLayer——B-MAC
macos
九丝城主2 天前
2025使用VM虚拟机安装配置Macos苹果系统下Flutter开发环境保姆级教程--中篇
服务器·flutter·macos·vmware
呆萌的代Ma2 天前
解决Mac上的老版本docker desktop 无法启动/启动后一直转圈/无法登陆账号的问题
macos·docker·eureka
fengyun28912 天前
Omi录屏专家 Screen Recorder by Omi 屏幕录制Mac
macos·mac·录屏·屏幕录制
不学会Ⅳ2 天前
Mac M芯片搭建jdk源码环境(jdk24)
java·开发语言·macos