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






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

相关推荐
Digitally12 小时前
如何将视频从安卓设备传输到Mac?
android·macos
心灵宝贝13 小时前
Mac用户安装JDK 22完整流程(Intel版dmg文件安装指南附安装包下载)
java·开发语言·macos
Magnetic_h1 天前
【iOS】内存管理及部分Runtime复习
笔记·学习·macos·ios·objective-c·cocoa·xcode
2501_927539303 天前
EndNote 2025 Mac 文献管理工具
macos·mac·文献管理
coderklaus3 天前
Shell 基础知识
linux·macos·shell
ACGkaka_3 天前
Mac(十)设置右键文件夹使用 idea、vscode 打开
vscode·macos·intellij-idea
I烟雨云渊T4 天前
iOS 数据持久化
macos·ios·cocoa
超级小忍5 天前
从零开始:JDK 在 Windows、macOS 和 Linux 上的下载、安装与环境变量配置
java·windows·macos
三劫散仙5 天前
mac m1上使用Kerberos访问远程linux hadoop集群的正确姿势
linux·hadoop·macos
@蓝眼睛5 天前
mac的m3芯片安装JDK8、JDK17
macos·jdk