• Solly Ross's avatar
    Remove local copies of websockify · 6f514864
    Solly Ross authored
    This commit removes local copies of websockify.
    Instead `utils/launch.sh` performs the following logic:
    
    If `utils/websockify` exists, use `utils/websockify/run` (if the latter
    does not exist, or is not executable, fail, since this is probably a
    mistake).
    
    Otherwise, check to see if websockify is installed somewhere (try
    `which websockify`).  If it is, use that.  Otherwise, clone
    websockify from github, and tell git to ignore that directory.
    
    Packaged versions of noVNC should simply list websockify as a
    requirement.  The debian packaging has been updated to reflect
    this.
    
    Closes #433
    6f514864
Name
Last commit
Last update
debian Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...