FastAdmin 開發第三天:安裝 FastAdmin

FastAdmin 開發第三天:安裝 FastAdmin

FastAdmin 自覺筆記 - 目錄

環境安裝安裝好後就能夠安裝 FastAdmin 了。php

根據文檔說明安裝步驟以下,推薦使用命令行安裝:html

克隆FastAdmin到你本地
git clone https://git.oschina.net/karson/fastadmin.git前端

進入目錄
cd fastadmingit

下載前端插件依賴包
bower install數據庫

下載PHP依賴包
composer install瀏覽器

設置數據庫配置(FastAdmin 支持 env 環境變量配置數據庫)composer

一鍵建立數據庫並導入數據
php think install.net

添加虛擬主機並綁定到fastadmin/public目錄 (這裏特別要注意,必定要綁定到 public 目錄)插件

最後使用瀏覽器打開 http://fastadmin.localtest.me/命令行

相關文章
相關標籤/搜索