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.json
toconfig.json
- Set
debugMediaDownloads
to false - Set
mediaUrl
to the root directory of where your static files are served - Set
csrfSecret
to a randomly generated string - Configure
host
andport
if needed - Set up your preferred webserver to handle proxying, static serving, and socket upgrades (see
nginx
folder 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