Changes between Initial Version and Version 1 of freeswitch-mexcla-html5-admin


Ignore:
Timestamp:
May 18, 2013, 4:22:48 PM (12 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • freeswitch-mexcla-html5-admin

    v1 v1  
     1= Mexcla HTML5 client =
     2
     3MF/Pl administers a [wiki:freeswitch-mexlca-html5 html5 client] for our [wiki:freeswitch-mexcla mexcla] simultaneous interpretation conference call system.
     4
     5It's installed on mcchesney.mayfirst.org. It's configured via an Alias directive /etc/apache2/sites-enabled/live.mayfirst.org.ssl, so that the location /mexcla points to /home/webrtc/mexcla-html5/web.
     6
     7Our code, which is [https://git.mayfirst.org/mfpl/mexcla-html5 accessible by git] is checked out in web. It can be updated to the latest version by running: `git pull` from the web directory.
     8
     9It depends on the [https://code.google.com/p/sipml5/ sipml5 library], which is installed via svn in /home/webrtc/mexcla-html5/sipml and can be updated by running: `svn up` in that directory.