Lampix Apps API
  • Introduction
  • Application Development
    • Getting Started
      • Up and Running
      • Boilerplate
    • Step by step app
      • What We'll Build
      • Environment Setup
      • Styling
      • HTML Structure
      • NeuralNetworkClassifier
      • MovementBasedSegmenter
      • Final Step
      • Extras
    • LampixJS
      • API Reference
        • Watcher
        • RegisteredWatcher
        • .watchers.add
        • .watchers.remove
        • .watchers.pauseAll
        • .watchers.resumeAll
        • .presets.button
        • .helpers.rectangle
        • getLampixInfo
        • switchToApp
        • exit
        • getApps
        • getAppConfig
        • getAppMetadata
        • writeJsonToFile
        • readJsonFromFile
        • transformRectCoords
        • constants
      • Examples
        • NeuralNetworkClassifier: Buttons
        • MovementBasedSegmenter
        • Counter App
      • Migrating from v0.x.x to v1.0.0-beta.x
      • Ecosystem
    • Deploying
      • Application Structure (production)
      • Local Deploy
    • Standard Watchers
    • Custom Watchers
      • Description
      • Environment Setup
      • Directory Structure
      • End result
      • QRCodeDetector implementation
    • Community
  • Lampix Simulator
    • Installation
    • Usage
      • Basics
Powered by GitBook
On this page
  • Prerequisites
  • Uploading

Was this helpful?

  1. Application Development
  2. Deploying

Local Deploy

PreviousApplication Structure (production)NextStandard Watchers

Last updated 6 years ago

Was this helpful?

Prerequisites

  • Lampix and a development machine in the same network

Uploading

  • Create a .zip file with the structure outlined

  • Find out Lampix's IP

  • Open a web browser on the development machine

  • Go to http://<ip>:8888/apps

  • Click the first button to select a .zip file

  • Click upload - there should be a message like "Upload successful!"

  • Restart Lampix - uploading new apps does not have immediate effect in order to not disrupt currently running experiences

here