015d708d7c
Used the following command to comment the default copyright label for all languages except en_US find -name bbbResources.properties | xargs sed -i "s:^\(bbb.mainshell.copyrightLabel2.*\):# \1:g" Conflicts: bigbluebutton-client/resources/prod/MconfLive.html bigbluebutton-client/src/BigBlueButton.mxml record-and-playback/presentation/playback/presentation/playback.html |
||
---|---|---|
.. | ||
src/main/webapp | ||
.gitignore | ||
build.gradle | ||
demo.nginx | ||
pom.xml | ||
README |
Steps: gradle resolveDeps gradle build sudo rm -rf /var/lib/tomcat6/webapps/demo* sudo cp build/libs/demo.war /var/lib/tomcat6/webapps/ sudo service tomcat6 restart