Lolo runtimed
Lolo runtimed is an application that turns your laptop, linux server or embedded device into a Lolo runtime where you can run your apps. It is currently only available as a Debian package for Raspberry PI (arm7).
Install
Start by installing the latest version of Rasberry PI OS using the steps described here
Login to the Raspberry PI using SSH and install runtimed:
echo "deb [trusted=yes] https://s3.eu-west-1.amazonaws.com/lolo-runtimed.debian/ stable main" | \
sudo tee /etc/apt/sources.list.d/lolo.list
sudo apt update
sudo apt install lolo-runtimed
Run
After installation is complete you can start runtimed.
lolo-runtimed --api-key <YOUR API KEY>
If you don't have an API key, you can create one under Admin > API Keys in the Lolo Console. The API key must have the role "Read + Write".
You only need to pass the API key the first time you start runtimed.
Use
Open Lolo Console and select the new runtime in the dropdown located in the top menu. If it doesn't show up, try reloading the browser.
Go into any application and click the run button, logs should appear in the logs tab.
Updated about 2 years ago