Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quick Start

Usage Combinations

Serverless usageSelf-hosting
ConfigurationVia settings in database fileVia settings in database file
DatabaseYour own database file that you bind via the browser File APIYour own database file that you bind via the browser File API or database file stored on a server

Serverless usage (simplest choice)

Download the database template (read more about how to edit the file under Create the dataset

https://github.com/plans-coding/immer-in-bewegung/raw/refs/heads/main/personal/bewegung.db

To bind your own SQLite file to the online application, go to

https://online.bewegung.app/?path=source

Afterwards just start browsing your trips at

https://online.bewegung.app/

Host on your own server

If you want your app available from many devices without need to bind it specifillay on each device, you can develop your instance to your own server instead.

Step 1 − Download files

Go to the directory where you want to place your files, e.g.

cd /var/www/iib

Download the latest release and extract to the folder

Step 2 − Edit settings

Specify your settings and the path to the database file in server_db_path.txt. Read more at Settings.