Coder Social home page Coder Social logo

zhengsansan / glyptodon-enterprise-player Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glyptodon/glyptodon-enterprise-player

0.0 1.0 0.0 157 KB

Session recording player for Glyptodon Enterprise and Apache Guacamole.

License: MIT License

JavaScript 67.66% HTML 8.64% CSS 21.51% Shell 2.20%

glyptodon-enterprise-player's Introduction

Session Recording Player for Glyptodon Enterprise

glyptodon-enterprise-player is a web application for playing session recordings created by Glyptodon Enterprise or Apache Guacamole. The web application is fully static, relying on the JavaScript File object to replay a session recording that is stored locally (on the same machine as the web browser).

To replay your own session recordings, you may serve this web application on your own server, or use Glyptodon's publicly-hosted copy at https://player.glyptodon.com/.

Installation

Releases of glyptodon-enterprise-player can be found in the releases section of the GitHub repository and are packaged as .tar.gz archives containing the static files which must be served to host the web application. To install the web application, the contents of this archive only need to be extracted and placed within a location which will be served by your web server.

For example, if you have a web server running at http://YOURSERVER/ which serves static files from /var/www, and you wish to serve glyptodon-enterprise-player from http://YOURSERVER/player/:

$ tar -xzf glyptodon-enterprise-player-1.1.0-1.tar.gz
$ mv glyptodon-enterprise-player-1.1.0-1/ /var/www/player

Building from Source

glyptodon-enterprise-player is built using Apache Maven. As the web application is static, the build process mainly involves bundling and minifying JavaScript and CSS, and packing all resulting files within a .tar.gz archive.

To build the web application using Maven:

$ mvn package

Once built, a .tar.gz archive containing the web application can be found within the target/ subdirectory.

Testing a Build Locally

Once built, the web application can be tested locally if Python 3 is installed using the provided test.sh convenience script. Running test.sh will start the HTTP server included with Python, serving the static web application on port 8080:

$ ./test.sh

This port can be overridden by specifying a different port on the command line:

$ ./test.sh 8081

NOTE: If running test.sh, beware that executing mvn clean will break the currently deployed web application, as mvn clean removes the target/ directory. To take recent changes into account without rerunning test.sh, just run mvn package without "clean".

glyptodon-enterprise-player's People

Contributors

mike-jumper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.