DavidAndreev / indico-checkin

Conference checkin application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indico check in mobile application

This application was developed during the CERN openlab Summer Student Programme. It is intended to be used with the extensions added to Indico during this project (link). More information about the project can be found here.

Build

You need to have PhoneGap installed to build the application. There are two main ways to build it:

Remote build

This is the recommended way. First an account needs to be created on build.phonegap.com and the application can be built with:

$ phonegap remote build [android|ios]

Local build

Note: For the local build you need to have the Android or iOS SDK already installed. And because of a bug the icon and splash screens need to be manually copied to the corresponding platform folders to work.

To build the application locally first the setup.sh script needs to be called:

$ ./setup.sh

It will create the necessary directories and install the required plugins. After this the application can be built and installed with:

$ phonegap local build [android|ios]
$ phonegap local install [android|ios]

License

Indico check in mobile application is free software licenced under terms of GNU General Public Licence(GPL). It is provided on an "as is" basis.

About

Conference checkin application

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.4%Language:HTML 3.6%