After I type make, how can i attach it to the domain of my server?
See original GitHub issuevmadmin@cmi:~/m-health$ make
./node_modules/.bin/webpack -p
Hash: fd6378a2ad87ed0113fcd8da8b89472361525b72
Version: webpack 3.9.1
Child
Hash: fd6378a2ad87ed0113fc
Time: 189447ms
Asset Size Chunks Chunk Names
dial_in_info_bundle.min.js.LICENSE 1 kB [emitted]
app.bundle.min.js 2.87 MB 0 [emitted] [big] app.bundle
dial_in_info_bundle.min.js 605 kB 2 [emitted] [big] dial_in_info_bundle
alwaysontop.min.js 112 kB 3 [emitted] alwaysontop
do_external_connect.min.js 1.99 kB 4 [emitted] do_external_connect
app.bundle.min.js.LICENSE 7.11 kB [emitted]
device_selection_popup_bundle.min.js.LICENSE 6.95 kB [emitted]
device_selection_popup_bundle.min.js 2.4 MB 1 [emitted] [big] device_selection_popup_bundle
alwaysontop.min.js.LICENSE 529 bytes [emitted]
app.bundle.min.map 14.1 MB 0 [emitted] app.bundle
device_selection_popup_bundle.min.map 11.9 MB 1 [emitted] device_selection_popup_bundle
dial_in_info_bundle.min.map 3.14 MB 2 [emitted] dial_in_info_bundle
alwaysontop.min.map 395 kB 3 [emitted] alwaysontop
do_external_connect.min.map 12.6 kB 4 [emitted] do_external_connect
[34] ./node_modules/@atlaskit/theme/dist/esm/index.js + 7 modules 13.2 kB {0} {1} [built]
[51] (webpack)/buildin/global.js 509 bytes {0} {1} {2} [built]
[141] ./react/features/base/config/parseURLParams.js 1.51 kB {0} {1} {2} {4} [built]
[311] ./react/features/base/config/getRoomName.js 761 bytes {0} {1} {2} {4} [built]
[397] ./react/features/base/react/prop-types-polyfill.js 227 bytes {0} {1} {2} [built]
[939] multi babel-polyfill whatwg-fetch ./app.js 52 bytes {0} [built]
[940] ./app.js + 2 modules 4.7 kB {0} [built]
[962] ./modules/UI/UI.js 35.2 kB {0} [built]
[977] ./react/index.web.js 1.06 kB {0} [built]
[978] ./react/features/device-selection/popup.js 476 bytes {1} [built]
[979] ./react/features/device-selection/DeviceSelectionPopup.js 12.3 kB {1} [built]
[980] ./react/features/always-on-top/index.js + 3 modules 26.7 kB {3} [built]
[981] multi babel-polyfill whatwg-fetch ./react/features/base/react/prop-types-polyfill.js ./react/features/invite/components/dial-in-info-page 64 bytes {2} [built]
[982] ./react/features/invite/components/dial-in-info-page/index.js + 2 modules 4.02 kB {2} [built]
[983] ./connection_optimization/do_external_connect.js 2.51 kB {4} [built]
+ 969 hidden modules
Child
Hash: d8da8b89472361525b72
Time: 21360ms
Asset Size Chunks Chunk Names
external_api.min.js 115 kB 0 [emitted] external_api
external_api.min.map 568 kB 0 [emitted] external_api
[90] (webpack)/buildin/global.js 509 bytes {0} [built]
[125] ./react/features/base/util/uri.js 14.1 kB {0} [built]
[128] multi babel-polyfill ./modules/API/external/index.js 40 bytes {0} [built]
[331] ./modules/API/external/index.js 171 bytes {0} [built]
[332] ./modules/API/external/external_api.js 30.9 kB {0} [built]
[334] ./modules/transport/index.js + 9 modules 24.5 kB {0} [built]
[335] ./react/features/base/util/httpUtils.js 758 bytes {0} [built]
+ 331 hidden modules
mkdir -p libs
cp \
build/app.bundle.min.js \
build/app.bundle.min.map \
build/do_external_connect.min.js \
build/do_external_connect.min.map \
build/external_api.min.js \
build/external_api.min.map \
build/device_selection_popup_bundle.min.js \
build/device_selection_popup_bundle.min.map \
build/dial_in_info_bundle.min.js \
build/dial_in_info_bundle.min.map \
build/alwaysontop.min.js \
build/alwaysontop.min.map \
./analytics-ga.js \
libs
cp \
node_modules/lib-jitsi-meet//lib-jitsi-meet.min.js \
node_modules/lib-jitsi-meet//lib-jitsi-meet.min.map \
node_modules/lib-jitsi-meet//connection_optimization/external_connect.js \
node_modules/lib-jitsi-meet//modules/browser/capabilities.json \
libs
./node_modules/.bin/node-sass css/main.scss css/all.bundle.css && \
./node_modules/.bin/cleancss css/all.bundle.css > css/all.css ; \
rm css/all.bundle.css
Rendering Complete, saving .css file...
Wrote CSS to /home/vmadmin/m-health/css/all.bundle.css
([ ! -x deploy-local.sh ] || ./deploy-local.sh)
rm -fr build
Issue Analytics
- State:
- Created 5 years ago
- Comments:75 (33 by maintainers)
Top Results From Across the Web
Join a Computer to a Domain | Microsoft Learn
Under Member of, click Domain, type the name of the domain that you wish this server to join, and then click OK. Click...
Read more >How to Connect a Domain to a Server or Hosting - Namecheap
You can do that in the following way: 1) After signing into your account, select Domain List from the left sidebar and click...
Read more >How to Add a Computer to a Domain (GUI and PowerShell)
Learn how to add a computer to a domain via the GUI, netdom, PowerShell and even remotely in this post.
Read more >Setup Domain Controller and Join Computers to Domain
Udemy Bootcamp: https://www.udemy.com/course/it-support-technical-skills-training-part-1/ ✓Start IT Career: IT Professional Skills ...
Read more >How to Join Client to a Active Directory Domain in Windows ...
Joining a machine to a Active Directory Domain will let you have the domain's benefits, such as central management, Group Policies, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I see why now, because of: lib-jitsi-meet@github:jitsi/lib-jitsi-meet#39eea17e7e2f8ff4cc273239a6e73f2a149b96e2 You are using lib-jitsi-meet which is using our fork of strophe.
You have two option, update to latest or in your package.json you need: “strophe.js”: “github:jitsi/strophejs#1.2.14-1”, “strophejs-plugin-disco”: “0.0.2”,
All the time, I was thinking that you are using latest.
i get this error
Error: An unmapped SSRC was found