当前位置: 首页 > 工具软件 > SmartWiki > 使用案例 >

安装SmartWiki

司寇烨伟
2023-12-01
从GitHub上拉去SmartWiki的源码:


git clone https://github.com/lifei6671/SmartWiki.git
更改目录权限:


chmod -R +x SmartWiki
cd SmartWiki
chmod -R 0777 storage
在根目录执行:


composer install
php artisan clear-compiled 
php artisan optimize 

php artisan key:generate


cp .env.example .env



 类似资料: