https://github.com/gared/etherpad-team
Webfrontend for etherpad for team management written in PHP
https://github.com/gared/etherpad-team
Last synced: 8 months ago
JSON representation
Webfrontend for etherpad for team management written in PHP
- Host: GitHub
- URL: https://github.com/gared/etherpad-team
- Owner: Gared
- License: mit
- Archived: true
- Created: 2014-05-16T19:36:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T19:45:52.000Z (about 12 years ago)
- Last Synced: 2025-01-24T05:31:27.676Z (over 1 year ago)
- Language: PHP
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPLite-Team
This software adds team functionality to [Etherpad Lite](https://github.com/ether/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
* Cakephp (MIT License) http://cakephp.org
* EtherpadLiteClient (Apache License) https://github.com/TomNomNom/etherpad-lite-client