SimpleCore™ Tractor demo with Vue.js#

The simpleswitch-tractor-web offers a container with the SimpleCore™ Tractor demo using Vue.js served as a website on port 8080. An automatic redirect from port 80 to port 8080 is done by the webserver. It is meant to be accessed from an external computer on the same local network.

Access works from

  • http://<ip>

  • http://<ip>:80

  • http://<ip>:8080

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • container-helper
  • Scotty
  • Bitbake
    ## From the base image run
    $ skopeo login ghcr.io
    $ export machine=$CONTAINER_HELPER_ARCH
    $ export package=simpleswitch-tractor-web
    $ export tag=$RELEASE_VERSION
    $ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
    $ simpleswitch-helper start ${package}
    ## On your computer run
    $ scotty build simpleswitch-tractor-web
    ## On your computer run
    $ bitbake simpleswitch-tractor-web