onway routers can host or execute third party content, such as web content, containers or virtual machines. onway provides a set of tools that third parties can use to author, develop and test such content.
All provided tools are provided for LTS releases of the Ubuntu Linux operating system. The latest version of these tools is usually provided for the latest LTS release, only.
Installation of the Ubuntu system is out of scope for this documentation. The system can be installed in a virtual machine or on bare-metal. When using a virtual machine, nested virtualization must be supported to allow testing virtual machine images for the onway router.
onway provides an Ubuntu package repository for its content authoring
tools. The repository can be configured by installing the onway GPG key
and adding the repository apt sources:
sudo wget https://support.onway.ch/files/onway-keyring.gpg \
-O /usr/share/keyrings/onway-keyring.gpg
cat <<EOF | sudo tee /etc/apt/sources.list.d/onway-tools.list
deb [signed-by=/usr/share/keyrings/onway-keyring.gpg] \
https://packages.onway.ch/tools/stable $(lsb_release -s -c) main
EOF
sudo apt updateAfter setting up the repository, tools can be installed as outlined in the corresponding documentation.