- 安裝apache2伺服器
sudo apt-get install apache2
- 安裝php環境
sudo apt-get install php7.1 libapache2-mod-php7.1 php7.1-mcrypt php7.1-curl php7.1-gd php7.1-mbstring php7.1-pdo php7.1-sqlite
複製程式碼
- 重啟伺服器
sudo /etc/init.d/apache2 restart
- rz上傳程式碼到
/var/www/html
- 給showdoc賦許可權
chmod -R 777 showdoc
- 訪問
localhost/showdoc/web/#/