We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c7491 commit 6d1fc95Copy full SHA for 6d1fc95
README.md
@@ -23,6 +23,9 @@ cp .env.sample .env
23
echo -e "\nPLANTY_AUTH_SECRET=$(openssl rand -base64 32)" >> .env
24
# change other secrets in .env
25
26
+# TODO: Use Alembic to create the database, empty file won't work
27
+# create here planty.db (see below one-liner with pytest for now)
28
+
29
docker compose up -d
30
31
docker exec -it planty-backend-1 uv run python -m planty.scripts.create_admin
0 commit comments