Skip to content

web-based javarosa xforms player built for touchscreen kiosks

Notifications You must be signed in to change notification settings

prabhasp/touchforms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

A django-based web XForms Player for touchscreens

Prerequisites

Python (2.6+ recommended) Django (1.2+ recommended) Java (1.5+ recommended) Jython (2.5+ required)

Getting started ============= Get the prerequisites. Get the code.

Some python prerequisites.

pip install -r requirements.pip

Syncdb::

python manage.py syncdb

Run the backend::

cd backend

jython xformserver.py 4444

Run the django frontend::

python manage.py runserver

Play forms!

About

web-based javarosa xforms player built for touchscreen kiosks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • Python 28.8%