<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                [TOC] ## 搭建寶塔面板 搭建ss-panel前先搭建寶塔面板,不會搭建的可以自行百度【只是PHP最好選擇7.0】 環境安裝好后,添加一個站點,綁定你的域名: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815175060.png "搭建SS-Panel") 記住你的這個站點路徑,回到VPS服務器中,進入到你的站點目錄內: ~~~ cd /www/wwwroot/你的站點目錄 ~~~ ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815203993.png "搭建SS-Panel") ## 下載 ss-panel 下載 ss-panel 程序文件: ~~~ git clone https://github.com/sphard/ss-panel-v3-mod_UIChanges.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard ~~~ ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815214289.png "搭建SS-Panel") ## 添加偽靜態 回到寶塔面板中,點擊站點設置,添加偽靜態規則: ~~~ location / { try_files $uri $uri/ /index.php$is_args$args; } ~~~ ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815191951.png "搭建SS-Panel") ##改運行目錄 接著點擊網站目錄,將運行目錄改為?`/public`,如圖: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815222386.png "搭建SS-Panel") ##修改權限 現在在你的站點根目錄下找到?`storage`?目錄,點擊如圖按鈕修改權限為?`777`,并把所有者改為?`www` ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110912551421.png "搭建SS-Panel") ##下載 ss-panel 現在下載 ss-panel 程序到本地電腦.(不會github的我已經下載好放在文末了) 項目地址:?[https://github.com/sphard/ss-panel-v3-mod\_UIChanges](https://blog.ccswust.org/go/?url=aHR0cHM6Ly9naXRodWIuY29tL3NwaGFyZC9zcy1wYW5lbC12My1tb2RfVUlDaGFuZ2Vz) ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815252751.png "搭建SS-Panel") ##新建數據庫 此時打開寶塔面板內的 數據庫,新建一個數據庫, 命名為?`sspanel`?: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815292375.png "搭建SS-Panel") ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815293533.png "搭建SS-Panel") 然后登錄進去 ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815300048.png "搭建SS-Panel") ## 導入數據文件 導入我們剛下載到本地的數據庫文件,數據庫文件的路徑是: ~~~ ss-panel-v3-mod_Uim/sql/glzjin_all.sql ~~~ ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815320334.png "搭建SS-Panel") ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815325118.png "搭建SS-Panel") ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815342546.png "搭建SS-Panel") ##編輯`config.php` 回到寶塔面板中,進入?`config`?目錄,編輯目錄下的?`.config.php`?文件: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815350981.png "搭建SS-Panel") ## 自定義名字 填寫你的站點名字、域名、隨機安全碼: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815374735.png "搭建SS-Panel") 確定填寫都是正確后,保存文件。 ## 安裝依賴 回到VPS服務器中,并在你的站點根目錄內執行下面的命令開始安裝依賴: ~~~ php composer.phar install ~~~ 安裝完成后如圖所示: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815393165.png "搭建SS-Panel") ## 添加計劃任務 添加計劃任務: ~~~ crontab -e ~~~ 輸入如下內容: ~~~ 30 22 * * * php /www/wwwroot/你的站點目錄/xcat sendDiaryMail */1 * * * * php /www/wwwroot/你的站點目錄/xcat synclogin */1 * * * * php /www/wwwroot/你的站點目錄/xcat syncvpn 0 0 * * * php -n /www/wwwroot/你的站點目錄/xcat dailyjob */1 * * * * php /www/wwwroot/你的站點目錄/xcat checkjob */1 * * * * php -n /www/wwwroot/你的站點目錄/xcat syncnas ~~~ 按esc后直接按shift+zz就可以保存退出了 ## 創建管理賬號 現在來創建面板的管理員賬號: ~~~ php -n xcat createAdmin ~~~ 一般輸入這個命令后會有一些警告和錯誤信息,這里我們直接無視掉就好了,稍等一會兒就會提示讓你輸入管理員的郵箱之類的,照著填就行。 ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815480689.png "搭建SS-Panel") ## 同步用戶數據 管理員賬號創建完成后,現在來同步一下用戶數據: ~~~ php xcat syncusers ~~~ 回車即可同步完成 ##前端安裝完成 至此,該面板程序就部署完成了,可以打開瀏覽器輸入你的域名看看長什么樣子: ![搭建SS-Panel](https://aliyun.ccswust.org/images/2018/11/2018110815542552.png "搭建SS-Panel") 上面文章寫了sspanel魔改面板的搭建:[基于寶塔面板的sspanel魔改V3一鍵腳本](https://blog.ccswust.org/3934.html)? ,此篇文章我們講一下此面板的使用方法詳解
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看