Skip to content

choiip/appinventor-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile to build app inventor environment and server

About the files

Dockerfile

Followed the guide to install all essentials.

prod.Dockerfile

Clone source, build appinventor from source and run servers.

Makefile

Handy way to build docker images and run containers.

# Build environment for appinventor-sources development
$ make build_env

# Build environment for production appinventor-server 
$ make build_prod

# Run environment for appinventor-sources development
$ make dev

# Run appinventor-server 
$ make run

About Testing on device/emulator

The testing devices are required to install MIT AI2 Companion.

The simplest way is connecting through AI Companion.

aiStarter is required to be installed in the PC which connected the device through USB. aiStarter included the emulator and all esstential tools as well. More information can be found here.

About

Dockerfile for MIT appinventor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published