Skip to content

openmeetings/openmeetings-teambox-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Teambox plugin uses Apache OpenMeetings [Incbuating].
You need your own Apache OpenMeetings instance running.

Check out:
http://incubator.apache.org/openmeetings/

Actions you need to set up the Teambox plugin:
1) Register you application at Teambox site here:
    https://teambox.com/oauth_clients/
2) Edit the file ./config/settings.ini. Here you need to:
   _ choose a protocol (https or http);
   _ set up Teambox acceess (app key and secret from the first step);
   _ set up OpenMeetings reas api acceess;
   _ set up OpenMeetings mysql access.
3) Edit the file openmeetings.js:
    replace the string "protocol://host/teambox/index.php?action=authorize" with you protocol and host
4) Visit the Teambox site enter javascript console if you browser there and enter the string:
    Teambox.models.user.saveSetting('custom_apps', ["protocol://host/teambox_js/openmeetings.js"]);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published