Fast, efficient, and secure document sharing for debate rounds.
- Clone this repository
- Run
mvn clean package - Run
java -Dfile.encoding=UTF-8 -jar target/SpeechDrop-1.0-SNAPSHOT.jar -conf config.example.json - Visit
http://localhost:6901/
- Clone and build, as described previously
- Copy
config.example.jsontoconfig.json - Set
debugMediaDownloadsto false - Set
mediaUrlto the root directory of where your static files are served - Set
csrfSecretto a randomly generated string - Configure
hostandportif needed - Set up your preferred webserver to handle proxying, static serving, and socket upgrades (see
nginxfolder for example) - Copy JAR to destination directory and switch to it
- Run
java -Dfile.encoding=UTF-8 -jar SpeechDrop-1.0-SNAPSHOT.jar -conf config.json - Visit site

