mb
3 years ago
1 changed files with 9 additions and 1 deletions
@ -1,3 +1,11 @@ |
|||
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` |
|||
|
Loading…
Reference in new issue