macos安装dokuwiki

1、安装Homebrew

/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

2、安装php

brew install php

3、在官网下载DokuWiki

4、解压文件

5、复制到自己喜欢的文件夹

6、cd到文件目录

7、设置权限

chmod -R 777 data chmod -R 777 conf

8、启动php内置服务器

php -S localhost:8000

9、到安装向导配置

http://localhost:8000/install.php

10、删掉 install.php