Code Monkey home page Code Monkey logo

clix_unplatform_obsolete's Introduction

unplatform

==========

This version is obsolete.

Please see the current version of Unplatform at:

https://github.com/CLIxIndia-Dev/unplatform_v2

========== A modularized quasi-LMS for use in unconnected learning environments.

unplatform is written in python3.4 and powered by django, tornado, and pyinstaller

Features

unplatform provides a way to deliver web-like HTML5 content to the browser in a way that requires no software installation, no network infrastructure, and no particular OS. Additionally it provides an API so that education research data can be captured, even when users are not reliably identifiable. unplatform also tries to detect when network infrastructure is available so that data can be automatically passed to researchers when possible.

How to build

unplatform is pure python, and has no external dependancies. This allows it to be built into executable distributables which require no environment configuration. After cloning, install all necessary python packages via

pip install -r unplatform_source/requirements.txt

Next, run the relevant /build scripts/ shell script to turn the unplatform source into an executable. unplatform serves content via static content methods, so to ensure that content is included you must copy all of the folders in the unplatform_source folder to the distributable folder. Additionally a launcher and ssl certificates must be included as well.

Typical releases are structured like this:

top level folder + launcher / unplatform executable + async worker executable + unplatform folders + certificates

NOTE: the Windows build script assumes that you have the zip package and Git / Git Bash installed. You can find them here:

zip: http://gnuwin32.sourceforge.net/packages/zip.htm git bash: https://git-scm.com/download/win

NOTE: For Linux builds, you may run into this PyInstaller issue:

github.com/pyinstaller/pyinstaller/issues/1539

To solve, I just "touched" the empty, missing file.

For Ubuntu builds, if you get a SyntaxError about missing parentheses when trying from wsgiref import simple_server, the Python3 version of wsgiref may not be in your PYTHONPATH -- make sure that it is not including the Python 2 version by default.

clix_unplatform_obsolete's People

Contributors

brandonhanks avatar pwilkins avatar clixindia avatar katkamrachana avatar

Watchers

Ferdi Alimadhi avatar Peter Pinch avatar Brandon Muramatsu avatar James Cloos avatar Jeff Merriman avatar  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.