Skip to main content

Quick Start

Usage Combinations

Serverless usageSelf-hosting
ConfigurationVia settings in database fileVia settings in database file or via standalone settings 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/?p=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 to your home directory

wget https://github.com/plans-coding/immer-in-bewegung/archive/refs/tags/Loading....tar.gz

Step 2 − Edit settings

Specify your settings and the path to the database file in personal/settings.json. Read more at Settings.