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
135c8fc4
Commit
135c8fc4
authored
12 years ago
by
Felipe Cecagno
Browse files
Options
Downloads
Patches
Plain Diff
updating the record-and-playback deployment script
parent
8531534b
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
record-and-playback/deploy.sh
+30
-7
30 additions, 7 deletions
record-and-playback/deploy.sh
with
30 additions
and
7 deletions
record-and-playback/deploy.sh
+
30
−
7
View file @
135c8fc4
...
...
@@ -17,17 +17,40 @@
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
#
sudo cp
-r
core/lib/
*
/usr/local/bigbluebutton/core/lib/
sudo cp
-r
core/scripts/
*
/usr/local/bigbluebutton/core/scripts/
# Authors:
# Felipe Cecagno (felipe@mconf.org)
#
echo
echo
"+++++ Building record-and-playback"
cd
~/dev/bigbluebutton/record-and-playback/
PLAYBACK_LIST
=
"slides presentation"
sudo rm
-f
/usr/local/bigbluebutton/core/scripts/process/
*
.rb
sudo rm
-f
/usr/local/bigbluebutton/core/scripts/publish/
*
.rb
sudo rm
-f
/usr/local/bigbluebutton/core/scripts/
*
.yml
sudo rm
-f
/usr/local/bigbluebutton/core/scripts/
*
.nginx
sudo cp
-r
core/god/god/
*
/etc/bigbluebutton/god/
sudo cp
-r
core/lib/
*
/usr/local/bigbluebutton/core/lib/
sudo cp
-r
core/scripts/
*
/usr/local/bigbluebutton/core/scripts/
#PLAYBACK_LIST="slides presentation"
PLAYBACK_LIST
=
"mconf"
sudo mkdir
-p
/var/bigbluebutton/playback/
sudo mkdir
-p
/var/bigbluebutton/recording/raw/
sudo mkdir
-p
/var/bigbluebutton/recording/process/
sudo mkdir
-p
/var/bigbluebutton/recording/publish/
sudo mkdir
-p
/var/bigbluebutton/recording/status/recorded/
sudo mkdir
-p
/var/bigbluebutton/recording/status/archived/
sudo mkdir
-p
/var/bigbluebutton/recording/status/processed/
sudo mkdir
-p
/var/bigbluebutton/recording/status/sanity/
for
PLAYBACK
in
$PLAYBACK_LIST
do
sudo cp
-r
$PLAYBACK
/playback/
*
/var/bigbluebutton/playback/
sudo cp
-r
$PLAYBACK
/scripts/
*
/usr/local/bigbluebutton/core/scripts/
if
[
-d
$PLAYBACK
/playback
]
;
then
sudo cp
-r
$PLAYBACK
/playback/
*
/var/bigbluebutton/playback/
;
fi
if
[
-d
$PLAYBACK
/scripts
]
;
then
sudo cp
-r
$PLAYBACK
/scripts/
*
/usr/local/bigbluebutton/core/scripts/
;
fi
sudo cp
-f
$PLAYBACK
/scripts/
*
-god-conf
.rb /etc/bigbluebutton/god/conf/
sudo mkdir
-p
/var/log/bigbluebutton/
$PLAYBACK
done
sudo chown
-R
tomcat6:tomcat6 /var/bigbluebutton/ /var/log/bigbluebutton/
sudo cp
-f
/usr/local/bigbluebutton/core/scripts/
*
.nginx /etc/bigbluebutton/nginx/
sudo chown
-R
tomcat6:tomcat6 /var/bigbluebutton/playback/
sudo cp
/usr/local/bigbluebutton/core/scripts/
*
.nginx /etc/bigbluebutton/nginx/
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