[筆記]使用git安裝OneIndex,實現OneDrive目錄列表
進入放網頁的資料夾(※需將路徑更改為自己的配置)
1 |
cd /home/admin/web/od1.gd2.us/public_html |
用git clone 下載OneIndex
1 |
git clone https://github.com/donwa/oneindex.git |
將clone下來的檔案移動到正確位置
1 |
mv oneindex/* . |
更改資料夾權限
(※需將路徑以及使用者更改為自己的配置)
1 2 |
sudo chmod -R 777 /home/admin/web/od1.gd2.us/public_html/cache/ sudo chmod -R 777 /home/admin/web/od1.gd2.us/public_html/config/ |
之後就能進入網頁安裝OneIndex了
參考:
- https://www.moerats.com/archives/592/
- https://github.com/donwa/oneindex