pip install -r requirements.txt
python run.py
Open web browser at http://127.0.0.1:9000
vagrant up
vagrant ssh
cd /vagrant
python run.py
Open web browser at http://127.0.0.1:9000
- https://docs.google.com/document/d/1m8ByaRhLodxxpPWWOoAouWE2xu-_FrKcznRoR9EB8jE/edit
- https://docs.google.com/document/d/1Ob217vTn_t_Zs81Beq6W81-mTrM_st8KJITK1t5sydY/edit
- https://docs.google.com/document/d/1OBIwM5mQQpswu1SKRjcX5CuAJ6tWXQtp7AYFskHEaBs/edit
- no session/multiuser support (one user at a time).
- no good support for big Google Docs documents with lots of images. Images are fetched into memory (yes, that's bad).
- no good temporary file handling and deletion