Etherpad:修訂版本之間的差異
出自福留子孫
(→三、參考文件) |
(→三、參考文件) |
||
第 35 行: | 第 35 行: | ||
#https://gis90.github.io/articles/7544/ | #https://gis90.github.io/articles/7544/ | ||
#http://www.unixlinux.online/unixlinux/gdliunx/linuxj/201703/96960.html | #http://www.unixlinux.online/unixlinux/gdliunx/linuxj/201703/96960.html | ||
− | # | + | #[https://cn.compozi.com/etherpad-real-time-web-based-online-collaborative-document-editor 以太墊的安裝與使用] |
2021年3月26日 (五) 15:23的修訂版本
一、安裝
前置準備:
- 一個 OS 專用於 etherpad 的帳號,如 adminNas
- root 權限
安裝步驟
- 進 OS 取得 root 權限
- cd 到 web 服務的根目錄
- git clone https://github.com/ether/etherpad-lite.git
會建立 etherpad-lite 目錄 - chown -R adminNas:administrators ./etherpad-lite
- 回復到 adminNas 的帳號身份
- cd etherpad-lite
- bin/run.sh
納入排程:
- 去「DSM/控制台/任務排程表/新增」
- 任務名稱:可取「run etherpad」(無法用英文)
- 使用者帳號:adminNas
- 「排程/在以下日期執行/不重複」
- 任務設定:「bash /volume1/web/etherpad-lite/bin/run.sh」
- 回到「控制台/任務排程表」挑選剛才新增的任務,按「執行」按鈕
額外的安裝布驟:
- bin/run.sh --root
- export NODE_ENV=production
二、使用
刪除一篇便箋(pad)
http://網址:9001/api/1/deletePad?padID=便箋名&apikey=.......
apikey 去 APIKEY.txt 中查閱