admin:etherpad

Essa é uma revisão anterior do documento!


Etherpad-lite

Conteúdo do arquivo etherpad-lite.service, criado em /etc/systemd/system:

[Unit]
Description=Etherpad-lite (real-time collaborative document editing)
After=syslog.target network.target
 
[Service]
Type=simple
User=etherpad
Group=etherpad
WorkingDirectory=/var/www/etherpad-lite
Environment=NODE_ENV=production
ExecStart=/usr/bin/nodejs /var/www/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js
Restart=always
 
[Install]
WantedBy=multi-user.target

Referência: https://github.com/ether/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service

A documentação para instalação do node.js, necessário para o Etherpad-lite, está disponível em:

https://github.com/nodesource/distributions

A documentação de instalação do Etherpad-lite propriamente dito está disponível em:

https://github.com/ether/etherpad-lite#installation

  • admin/etherpad.1541376274.txt.gz
  • Última modificação: 2018/11/04 22:04
  • por aracnus