Manetta and Cristina working on the documentation pdf of the Reclaiming Digital Infrastructures event series.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mb c4f0707b94 'README.md' updaten 3 years ago
images adding images folder 3 years ago
sub-screenshots adding a screenshot 3 years ago
README.md 'README.md' updaten 3 years ago
Screenshot from 2021-07-08 18-38-32.png Upload files to '' 3 years ago
rdi-ft-minimal-viable-learning _ Variapad!.html rdi-feat-mvl full html page 3 years ago
rdi-version.pdf first pdf version 3 years ago
vernacular-TOC.png TOC version 3 years ago

README.md

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