美文网首页
安装SmartWiki

安装SmartWiki

作者: 耍帅oldboy | 来源:发表于2021-06-08 13:50 被阅读0次

    从GitHub上拉去SmartWiki的源码:

    git clone https://github.com/mjy191/SmartWiki.git .
    #git clone https://github.com/lifei6671/SmartWiki.git .
    

    在根目录执行:

    composer install
    php artisan clear-compiled 
    php artisan optimize 
    php artisan key:generate
    

    更改目录权限:

    chmod -R +x SmartWiki
    chmod -R 0775 .
    

    相关文章

      网友评论

          本文标题:安装SmartWiki

          本文链接:https://www.haomeiwen.com/subject/fzxheltx.html