bigbluebutton-Github/bbb-api-demo
2019-05-02 16:23:49 -04:00
..
src/main/webapp Add page to test open-in-native-app functionality 2019-02-01 14:28:40 -02:00
.gitignore fixed problem with demo10 2011-11-17 10:32:15 -08:00
build.gradle After checking we bumped projects version and Flex locales to 0.9.0 with some fixes 2014-08-13 12:20:10 +01:00
demo.nginx Add configuration for nginx for breaking out API demos into their own package 2011-07-03 12:17:58 -07:00
pom.xml After checking we bumped projects version and Flex locales to 0.9.0 with some fixes 2014-08-13 12:20:10 +01:00
README Update restart command for tomcat7 2019-05-02 16:23:49 -04:00

Steps:

gradle resolveDeps

gradle build

sudo rm -rf /var/lib/tomcat7/webapps/demo*

sudo cp build/libs/demo.war /var/lib/tomcat7/webapps/

sudo systemctl restart tomcat7