From 275642e6f715c423fe0715e1760c745666826f14 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Thu, 12 Dec 2024 19:40:35 +0000 Subject: [PATCH] Modified instructions based on new info :) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d2f6fe..d3fe247 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Based on the recommended [`tobybatch/kimai2`] compose file. 4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box 5. `abra app deploy YOURAPPDOMAIN` -6. Create an admin user, first run `abra app run YOURAPPDOMAIN app bash` then run `/opt/kimai/bin/console kimai:create-user admin admin@example.org ROLE_SUPER_ADMIN `' -7. Set the admin user's password by running `/opt/kimai/bin/console kimai:user:password admin supersecretpassword` +6. Retrieve the admin password and username with this command `abra app run cat /run/secrets/admin_password` [Kimai]: https://www.kimai.org/ [`tobybatch/kimai2`]: https://tobybatch.github.io/kimai2/docker-compose.html#docker-compose