refactor: further cleanup of bbb-demo
This commit is contained in:
parent
da848e990a
commit
7b8b45daa8
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,9 +10,6 @@ record-and-playback/.project
|
||||
.vagrant/*
|
||||
**/.settings/*
|
||||
*/.gradle
|
||||
bbb-api-demo/bin*
|
||||
bbb-api-demo/.classpath
|
||||
bbb-api-demo/.project
|
||||
bigbluebutton-web/.settings*
|
||||
bigbluebutton-web/.classpath
|
||||
bigbluebutton-web/.project
|
||||
|
@ -74,11 +74,6 @@ bbb-config-build:
|
||||
script:
|
||||
- build/setup-inside-docker.sh bbb-config
|
||||
|
||||
bbb-demo-build:
|
||||
extends: .build_job
|
||||
script:
|
||||
- build/setup-inside-docker.sh bbb-demo
|
||||
|
||||
bbb-etherpad-build:
|
||||
extends: .build_job
|
||||
script:
|
||||
|
@ -380,7 +380,7 @@ start_bigbluebutton () {
|
||||
|
||||
systemctl start $TOMCAT_SERVICE || {
|
||||
echo
|
||||
echo "# Warning: $TOMCAT_SERVICE could not be started. Please, check BBB-LTI or BBB-Demo."
|
||||
echo "# Warning: $TOMCAT_SERVICE could not be started. Please, check BBB-LTI."
|
||||
echo "# Run the command:"
|
||||
echo "# sudo journalctl -u $TOMCAT_SERVICE"
|
||||
echo "# To better understand the ERROR"
|
||||
|
1
bigbluebutton-web/.gitignore
vendored
1
bigbluebutton-web/.gitignore
vendored
@ -2,7 +2,6 @@
|
||||
*.war
|
||||
stacktrace.log
|
||||
lib
|
||||
web-app/demo/bbb_api_conf.jsp
|
||||
target/*
|
||||
bin/*
|
||||
plugins/*
|
||||
|
Loading…
Reference in New Issue
Block a user