Integrate Moodle with multiple Bigbluebutton server - server

Is it possible to integrate Moodle with multiple Bigbluebutton server ?

The plugin can be found here.
Since it is a mod, every instance in the course can be modified separately, so you may use every new instance with different BBB server.

Related

Confluence server plugin not working in data center

I have made a plugin for Confluence v7.13.7. It is working absolutely fine in the Confluence server which is set up locally on my machine. But, when I tried installing the plugin in the client’s instance who is also using the same Confluence version 7.13.7 but using the data center version, the plugin got installed but not giving any result upon hitting the API endpoint.
Is this possible that a plugin can work in a server edition but cannot work in the data center? If this can happen, what are the possible reasons for this?
Please refer to https://developer.atlassian.com/platform/marketplace/developing-apps-for-atlassian-data-center-products/ to learn the difference of apps for DC. Most features will work the same it DC as in Server, but as it uses several nodes, you have to think how to transfer the same objects between them

How to program NAO Robot remotely

For my internship I have to create a new framework on ROS2 to control NAO remotely. I have to use Python 3 so I can't use the Python SDK furnished by the constructor because the latest version is 2.7, which makes the things more complex.
My tutor told me to try to use a web server instead. Concretely, the ROS2 message would be sent to a web server and then sent from it to Nao. I succeeded to send them to a server but I don't know how to make Nao understand the message received from the server, and even how to send them.
Do you have any ideas which could help me please ?
Haru.
I am quite new with Nao Robot, but as far as I know, you can use C++ to create a ROS package.
Can you consider this option?
Good luck !
Instead of sending it to a web server, use libQi (either C++ or Python), to connect directly to NAOqi. Note that there is a ROS 1 component for NAOqi already.
In a nutshell, wherever you would use an ALProxy(...) with the NAOqi SDK, instead you would retrieve get a service from a session with session->service(...).

is it possible to install/run several instance of openfire server on hosting with operation linux?

I want to install several openfire server XMPP on one hosting with operation linux.
1.Is it possible?
2.is there any guide for this issue?
Yes, it is possible, but you have to be sure to configure the ports on at least one of them to something other than the defaults. You can't share resources (including the db, if you are not using the embedded one).

add custom module to a published dnn site

I have a client site as a published dnn website hosted on a local server in the organization's premises.
I have developed a new module using the source code that fetches data using a stored procedure.
This is what I did to transfer the changes to the live site
1. I created the stored procedure manually on the live sites DB,
2. I published the site and replaced the content of the website folder with my published site.
3. I added the new module in the live site using the "Module Definitions" option found under the "Host" menu
Everything works perfect in the development environment, but When I publish the site and do the update on the live server , the module returns no data as expected.
Can someone guide me through how to moves the stored procedure and my new published site to the live site.
I would recommend creating your module as an installable zip file including SQL for creating the stored prods and any other db changes required.
There are a number of tutorials around that will help with this and the templates build by Charles Nurse are a great help in getting your head around good practice. (http://www.charlesnurse.com)
In the mean time have you checked the permissions on the SP in the live database. That may well be your issue.
James

Oracle ATG BCC Deployment

How to deploy an Html content to BCC server in Oracle ATG?
I need to deploy the Html page from my Bcc, so it gets reflected in my production server. I am new to ATG, so i don't know how to start with the basic scratch work.
Things i have started as a scratch.
Created the ATG project in the Eclipse and deployed to the JBOSS.
Created the database and accessed through the Repository.
Created the versioned repository and dono how to accesses it through the BCC.
After these steps, i got struck up. Is the following steps are correct for starting the ATG as a Beginner?
please give me a good suggestion or the task to learn the ATG from scratch.
BCC out of the box don't have the capability to create web pages (don't confuse it with multisite feature). Some time ago ATG was integrated with Endeca which can create pages using Expirience Manager. Now usually you will buy a bundle ATG11 + Endeca.
You have few alternatives to that, usually paid extensions. First is using ATG Sitebuilder plugin delivered by a company called Spindrift. It extend BCC and gives you possibility to build pages from blocks.
Next paid is APF (ATG Portal Framework) from company AMG.net, it gives you possibility to manage pages and content of those pages with nice live editing tool.
Other solution is to create dedicated repository with HTML spinets and use simple ootb droplet (e.g. RepositoryLookup) to show that content.