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
|
3 years ago | |
---|---|---|
images | 3 years ago | |
sub-screenshots | 3 years ago | |
README.md | 3 years ago | |
Screenshot from 2021-07-08 18-38-32.png | 3 years ago | |
rdi-ft-minimal-viable-learning _ Variapad!.html | 3 years ago | |
rdi-version.pdf | 3 years ago | |
vernacular-TOC.png | 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