mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-09 09:55:15 -05:00
Clean-up demo scripts & documentation (#12143)
* Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
This commit is contained in:
parent
5627182788
commit
9a0172d49f
9 changed files with 88 additions and 70 deletions
11
demo/.gitignore
vendored
11
demo/.gitignore
vendored
|
|
@ -1,7 +1,4 @@
|
|||
*.db
|
||||
*.log
|
||||
*.log.*
|
||||
*.pid
|
||||
|
||||
/media_store.*
|
||||
/etc
|
||||
# Ignore all the temporary files from the demo servers.
|
||||
8080/
|
||||
8081/
|
||||
8082/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue