Etherpad

出自福留子孫
在2021年3月26日 (五) 14:22由丁志仁對話 | 貢獻所做的修訂版本

(差異) ←上個修訂 | 最新修訂 (差異) | 下一修訂→ (差異)
跳轉到: 導覽搜尋

一、安裝

前置準備:

  1. 一個 OS 專用於 etherpad 的帳號,如 adminNas
  2. root 權限

安裝步驟

  1. 進 OS 取得 root 權限
  2. cd 到 web 服務的根目錄
  3. git clone https://github.com/ether/etherpad-lite.git
    會建立 etherpad-lite 目錄
  4. chown -R adminNas:administrators ./etherpad-lite
  5. 回復到 adminNas 的帳號身份
  6. cd etherpad-lite
  7. bin/run.sh

二、使用

  1. http://jendo.org:9001

三、參考文件

  1. https://benson82208.pixnet.net/blog/post/44426446-線上多人共同編輯-etherpad-安裝