Giter Club home page Giter Club logo

iota's Introduction

iOTA

Frontend template for over-the-air app distribution

Docker Image Version (latest by date)

Usage

Docker (Recommended)

  1. Clone this repository.
  2. Create an environment file (or use this). The file should be name .env and placed in the same folder as the docker-compose.yml.
  3. Run docker-compose up.
  4. Update the variables in data/metadata.json when necessary. Make sure to reload the container.

The iOTA site will be served at localhost:8080.

Static Site

You can deploy iOTA as part of your CI/CD workflow.

iOS

  1. Copy the exampleSite folder from this repository.
  2. Add your iOS app (.ipa).
  3. Replace the iOTA environment variables in the following files:
    • index.html
    • manifest.list

You can use envsubst to assist with this step.

  1. Optional: replace static/icon.png with your app's icon.
  2. Publish the website to a publicly accessible location (i.e. GitHub Pages).
  3. From the iPhone/iPad you want to install the app onto, visit the web page. Follow the instructions to download the app to your device.

Reminder: make sure the iPhone/iPad is included in the provisioning profile used to build the iOS app. (Refer to Apple Developer docs for more details)

Android

  1. Copy the exampleSite folder from this repository.
  2. Add your Android app (.apk).
  3. Replace the iOTA environment variables in the following files:
    • index.html

You can use envsubst to assist with this step.

  1. Optional: replace static/icon.png with your app's icon.
  2. Publish the website (i.e. GitHub Pages).

Unlike with iOS, Android does not require the download URL to be publicly accessible.

  1. From the Android device you want to install the app onto, visit the web page. Follow the instructions to download the app to your device.

FAQ

Where does the name iOTA come from?

  • If you abbreviate "iOS Over The Air", you get "iOTA".

Links

iota's People

Contributors

zensharp avatar

Stargazers

 avatar

iota's Issues

Expose download url

We should be able to right click (long-press on mobile) to copy/preview the actual install url

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.