Manetta and Cristina working on the documentation pdf of the Reclaiming Digital Infrastructures event series.
images | ||
sub-screenshots | ||
rdi-ft-minimal-viable-learning _ Variapad!.html | ||
rdi-version.pdf | ||
README.md | ||
Screenshot from 2021-07-08 18-38-32.png | ||
vernacular-TOC.png |
Work in progress for the Reclaiming Digital Infrastructures event series.
Reclaiming Digital Infrastructures - documentation
- Uses Flask, Etherpad-lite, Etherpump, Paged.js, Pandoc
- Runs on port
5588
Debugging
- To restart the flask application:
sudo supervisorctl restart rdi
- To kill the flask application, when it triggers an "address already in use" error:
sudo netstat -nlp | grep 5588
+kill 12345