Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
9953f915
Commit
9953f915
authored
10 years ago
by
Richard Alam
Browse files
Options
Downloads
Patches
Plain Diff
- add script to build all bbb red5 apps
parent
f6768885
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bbb.sh
+40
-0
40 additions, 0 deletions
bbb.sh
with
40 additions
and
0 deletions
bbb.sh
0 → 100755
+
40
−
0
View file @
9953f915
#!/bin/bash
set
-x
RED5_DIR
=
/usr/share/red5
BBB_DIR
=
$(
pwd
)
cd
$BBB_DIR
DESKSHARE
=
$BBB_DIR
/deskshare
VOICE
=
$BBB_DIR
/bbb-voice
VIDEO
=
$BBB_DIR
/bbb-video
APPS
=
$BBB_DIR
/bigbluebutton-apps
echo
"Building apps"
cd
$APPS
gradle resolveDeps
gradle clean war deploy
echo
"Building voice"
cd
$VOICE
gradle resolveDeps
gradle clean war deploy
echo
"Building video"
cd
$VIDEO
gradle resolveDeps
gradle clean war deploy
echo
"Building deskshare"
cd
$DESKSHARE
gradle resolveDeps
cd
$DESKSHARE
/app
gradle clean war deploy
cd
$BBB_DIR
sudo chown
-R
red5.adm
$RED5_DIR
sudo chmod
-R
777
$RED5_DIR
/webapps/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment