Manetta and Cristina working on the documentation pdf of the Reclaiming Digital Infrastructures event series.
Go to file
2021-07-14 13:25:44 +02:00
images adding images folder 2021-07-05 11:46:34 +02:00
sub-screenshots adding a screenshot 2021-07-05 13:00:11 +02:00
rdi-ft-minimal-viable-learning _ Variapad!.html rdi-feat-mvl full html page 2021-07-08 13:49:44 +02:00
rdi-version.pdf first pdf version 2021-07-08 19:26:42 +02:00
README.md 'README.md' updaten 2021-07-14 13:25:44 +02:00
Screenshot from 2021-07-08 18-38-32.png Upload files to '' 2021-07-08 18:38:56 +02:00
vernacular-TOC.png TOC version 2021-07-08 18:40:26 +02:00

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