Skip to content
Pulipuli Chen edited this page May 6, 2015 · 4 revisions

Welcome to the zentyal-dlll wiki!

參考來源:Zentyal 3.0動手做模組入門 / Zentyal 3.0 Module Development

以下操作適用於Zentyal 3

  • 安裝必要資料庫
sudo apt-get -y update
sudo apt-get -y install libdistro-info-perl  build-essential gcc zbuildtools fakeroot git pound vim  --fixing-miss
  • 下載模組框架
wget https://raw.github.com/Zentyal/zentyal/master/extra/scripts/zentyal-module-skel
chmod +x zentyal-module-skel
  • 建立模組鷹架,但應該不是必要的 ./zentyal-module-skel SSH ssh
Clone this wiki locally