diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f610c9d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# apps.csound.1bpm.net +This is a monorepo containing the whole of apps.csound.1bpm.net. +Currently not fully documented but you should be able to put this on a webserver and the apps will run. + +Some modifications will be required. Any references to the URL would need to be changed accordingly. +Also there are two files which contain secrets and should be copied/renamed accordingly: + +site/service/config.dist.py to config.py with the database details included if required. +site/udo/\_\_config\_\_.dist.udo to \_\_config\_\_.udo with the database details included if required. However this is for database plugin opcodes which are not available in WASM, so only useful if you are using the SONICS UDO collection outside of WASM. |