You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# start everything
docker-compose up -d
# to get a shell (eg run "flask addrom")
docker exec -it lineageosupdater_web_1 /bin/sh
Note, that you won't be able to access the application via port 5000 because it's only exposed to the internal network in docker. Either proxy it through eg apache (see here for an example) or change your docker-compose.yml:
Without Docker
mongo:
create python venv
set up
follow https://github.com/WeAreFairphone/lineageos_updater#development-set-up
add build
The text was updated successfully, but these errors were encountered: