like this are to be run in your terminal.docker-compose.yml and env.example from latest release page into a folder.env.example to .env. For Mac/Linux users, please run mv env.example .env in the terminal. This file contains the environment variables that the Devlake server will use. Additional ones can be found in the compose file(s).docker-compose up -d to launch DevLake.config-ui at http://localhost:4000 in your browser to configure DevLake and collect data.devlake container takes a while to fully boot up. If config-ui complains about API being unreachable, please wait a few seconds and refresh the page.localhost:3002 (username: admin, password: admin).Support for database schema migration was introduced to DevLake in v0.10.0. From v0.10.0 onwards, users can upgrade their instance smoothly to a newer version. However, versions prior to v0.10.0 do not support upgrading to a newer version with a different database schema.
If you run into any problem, please check the Troubleshooting or create an issue