Skip to content

This repository contains an implementation of the collaborative editor etherpad in django.

Notifications You must be signed in to change notification settings

Content-Tools-Team/collaborative_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

etherpad_django

##To start the project follow the steps below:

  1. Activate virtual environment
source venv/bin/activate
  1. Creation of database:
a. sudo apt-get install mysql-server
b. mysql -u root -p
c. create database etherpad_lite_db;
d. use etherpad_lite_db;
  1. Making migrations
python manage.py syncdb
  1. Running the server
python manage.py runserver
  1. Running node application
cd etherpadproject/etherpad-lite/ 
bin/run.sh
  1. Open the browser and goto localhost:8000

About

This repository contains an implementation of the collaborative editor etherpad in django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published