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






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

相关推荐
pe7er2 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
harmful_sheep5 天前
mac生效的终端查看
macos
iOS门童6 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~6 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员6 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843946 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei6 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利6 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen6 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c6 天前
如虎添翼-MacOS
macos