GitXplorerGitXplorer
i

ionic_client

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5a892c63b59e16c2982225fa025b988348f85097

increased interval to 30s

iihoover committed 10 years ago
Unverified
ce83e3aae82fcee7615d808177b9a80af82d0f09

moved updating and plot triggering into a service

iihoover committed 10 years ago
Unverified
5d8d0c7cdeba92232ccee3a0a73137f9fc5c3097

updated readme

iihoover committed 10 years ago
Unverified
8e61528372753749cfd51d1c0629e137b1a34ea8

updated readme

iihoover committed 10 years ago
Unverified
36a569748a3b63b5c6403537e1b468774946ff77

fixed insiduous plotting bug

iihoover committed 10 years ago
Unverified
3b90f73a259ada40bb915259965f58dcab8160bb

removed silly default

iihoover committed 10 years ago

README

The README file for this repository.

#ADE-MA UI-Client

To run on a computer all you need:

npm install -g cordova ionic

To launch:

ionic serve

To compile for native is a multi-step process

  • make sure android sdk is installed

  • install ant

  • add to .bashrc

      export ANDROID_HOME=/home/[username]/Android/Sdk
      export PATH=$ANDROID_HOME/tools:$PATH
      export PATH=$ANDROID_HOME/platform-tools:$PATH
    
  • execute the following commands

      ionic platform add android
      ionic build android
    
  • to run on a device simply connect android phone and execute ionic run android