bigbluebutton-Github/bigbluebutton-web/vm-build-debug.sh

15 lines
163 B
Bash
Raw Normal View History

pushd .
# stop
sudo /etc/init.d/tomcat6 stop
# build
cd ~/dev/source/bigbluebutton/bigbluebutton-web
gradle resolveDeps
# run
ant
# return to working dir
popd