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
65a3d16f
Commit
65a3d16f
authored
7 years ago
by
Ghazi Triki
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes to DEVELOPMENT.md
parent
31958979
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
DEVELOPMENT.md
+5
-2
5 additions, 2 deletions
DEVELOPMENT.md
with
5 additions
and
2 deletions
DEVELOPMENT.md
+
5
−
2
View file @
65a3d16f
...
...
@@ -69,6 +69,8 @@ On your message terminal, run the following commands. Other components depends o
```
cd ~/dev/bigbluebutton/bbb-common-message/
sbt clean
sbt publish
sbt publishLocal
```
...
...
@@ -80,7 +82,7 @@ We've split bbb-apps into bbb-apps-common and bigbluebutton-apps. We need to bui
On your apps-common terminal, build the bbb-apps-common component.
```
cd dev/bigbluebutton/bbb-apps-common/
cd
~/
dev/bigbluebutton/bbb-apps-common/
# Force updating of bbb-commons-message
sbt clean
...
...
@@ -145,7 +147,7 @@ On your common-web terminal, run these commands
```
cd dev/bigbluebutton/bbb-common-web/
cd
~/
dev/bigbluebutton/bbb-common-web/
# Force updating of dependencies especially bbb-commons-message
sbt clean
...
...
@@ -177,6 +179,7 @@ Start bbb-web
gradle clean
gradle resolveDeps
grails clean
sudo chmod -R ugo+rwx /var/log/bigbluebutton
grails -Dserver.port=8888 run-war
```
...
...
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