sadeqamin / etherpad-team

Webfrontend for etherpad for team management written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPLite-Team

This software adds team functionality to Etherpad Lite. It uses the framework cakephp and mysql as database. For performance purposes the API-calls will be cached with redis.

Requirements

  • Etherpad
  • MySQL
  • Redis
  • Mailserver

Installation

  • Checkout this repo: git checkout https://github.com/Gared/etherpad-team.git
  • Create a database and create the tables from the script in app/Config/Schema/schema.sql
  • Copy the config files in app/Config/(database.php.default, email.php.default, eplite.php.default) without the ending ".default" and change the settings

TODOs

  • Make caching optional (other database)
  • Better integration of categories
  • Differnt team configurations (list all open pads for non-team members, default pad text)

This software uses the following libraries

About

Webfrontend for etherpad for team management written in PHP

License:MIT License


Languages

Language:PHP 73.6%Language:CSS 14.1%Language:JavaScript 10.8%Language:Shell 0.8%Language:Batchfile 0.5%Language:ApacheConf 0.2%