项目作者: Content-Tools-Team

项目描述 :
Collaborative editor "Etherpad" in Django wrapper
高级语言: JavaScript
项目地址: git://github.com/Content-Tools-Team/djangoetherpad.git
创建时间: 2018-06-06T05:31:53Z
项目社区:https://github.com/Content-Tools-Team/djangoetherpad

开源协议:MIT License

下载


djangoetherpad

Collaborative editor “Etherpad” in Django wrapper

Clone the Repository https://github.com/Content-Tools-Team/djangoetherpad/

sudo apt-get update
sudo apt-get install python3 python3-dev libmysqlclient-dev python3-pip

Create Virtual Environment

virtualenv edit -p python3
source edit/bin/activate

Install requirements

pip3 install requirements.txt

Inside the djangoetherpad directory,

Setup PyEtherpadLite

git clone https://github.com/dhanushsr/PyEtherpadLite
cd PyEtherpadLite
python3 setup.py install

Continue Contributing!!!!