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/*
|
.vagrant/*
|
||||||
**/.settings/*
|
**/.settings/*
|
||||||
*/.gradle
|
*/.gradle
|
||||||
bbb-api-demo/bin*
|
|
||||||
bbb-api-demo/.classpath
|
|
||||||
bbb-api-demo/.project
|
|
||||||
bigbluebutton-web/.settings*
|
bigbluebutton-web/.settings*
|
||||||
bigbluebutton-web/.classpath
|
bigbluebutton-web/.classpath
|
||||||
bigbluebutton-web/.project
|
bigbluebutton-web/.project
|
||||||
|
@ -74,11 +74,6 @@ bbb-config-build:
|
|||||||
script:
|
script:
|
||||||
- build/setup-inside-docker.sh bbb-config
|
- build/setup-inside-docker.sh bbb-config
|
||||||
|
|
||||||
bbb-demo-build:
|
|
||||||
extends: .build_job
|
|
||||||
script:
|
|
||||||
- build/setup-inside-docker.sh bbb-demo
|
|
||||||
|
|
||||||
bbb-etherpad-build:
|
bbb-etherpad-build:
|
||||||
extends: .build_job
|
extends: .build_job
|
||||||
script:
|
script:
|
||||||
|
@ -380,7 +380,7 @@ start_bigbluebutton () {
|
|||||||
|
|
||||||
systemctl start $TOMCAT_SERVICE || {
|
systemctl start $TOMCAT_SERVICE || {
|
||||||
echo
|
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 "# Run the command:"
|
||||||
echo "# sudo journalctl -u $TOMCAT_SERVICE"
|
echo "# sudo journalctl -u $TOMCAT_SERVICE"
|
||||||
echo "# To better understand the ERROR"
|
echo "# To better understand the ERROR"
|
||||||
|
1
bigbluebutton-web/.gitignore
vendored
1
bigbluebutton-web/.gitignore
vendored
@ -2,7 +2,6 @@
|
|||||||
*.war
|
*.war
|
||||||
stacktrace.log
|
stacktrace.log
|
||||||
lib
|
lib
|
||||||
web-app/demo/bbb_api_conf.jsp
|
|
||||||
target/*
|
target/*
|
||||||
bin/*
|
bin/*
|
||||||
plugins/*
|
plugins/*
|
||||||
|
Loading…
Reference in New Issue
Block a user