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.

12 lines
423 B

Work in progress for the Reclaiming Digital Infrastructures event series.
3 years ago
# 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`