Development environment Setup
Follow the below listed instructions to easily set up your development environment.
Last updated
Follow the below listed instructions to easily set up your development environment.
Last updated
Before being able to start developing your own applications for AuterionOS(AOS) you have to make sure to satisfy the following requirements:
To deploy, test and run your applications you will also need a device running AOS:
A (running AOS 2.7+) and/or an (running AOS 1.0+).
Auterion Command Line Interface(CLI) was developed to enhance the entire Auterion application development process. This tool can be easily installed with the help of the python package installer (pip). Therefore, before running the next installation step, make sure that you have pip installed and running on your development system.
Once the installation is completed, verify that the tool has been successfully installed and it is working properly by running the following command:
If this is not the case, make certain that your local user directory ~/.local/bin
is correctly added to your PATH
.
As mentioned in the prerequisites section, the application development workflow relies on docker. it is important that your machine is capable of running docker images for linux/arm64
platforms. Running ARM64 docker containers is possible on x86-64 platforms through the use of QEMU.
You can verify that this is the case on your development machine by running the following command:
If this command results in an error, make sure that Docker and QEMU are correctly installed and set up on your system.
Setup docker to use QEMU:
Now that you have a working development environment, head to the next section to learn how to connect to an AOS device.
It is also highly recommended to install on your system. pigz is a parallel implementation of gzip and can significantly speed up compression of apps built with auterion-cli:
For a detailed explanation of Auterion CLI and its command reference, please refer to:
Official docker installation guide:
Post-installation guide:
Install QEMU:
Install Docker Desktop for macOS: