Commit Graph

5 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
a1bcf8eb04 Replace pushd/popd with cd in scripts
Replace pushd/popd directory stack usage with plain cd in ct/gramps-web.sh and install/gramps-web-install.sh, and remove the >/dev/null redirections. The frontend build and backend migration steps remain functionally the same but use simpler directory changes to avoid relying on pushd/popd output suppression.
2026-02-17 10:38:03 +01:00
CanbiZ (MickLesk)
f1da768e02 Use pushd/popd and set ALEMBIC_CONFIG
Replace plain cd with pushd/popd (silenced) when building the frontend and running migrations to preserve the original working directory. Ensure database migrations run from /opt/gramps-web-api and export ALEMBIC_CONFIG in both install and update scripts so Alembic uses the correct config. Minor cleanup to silence directory stack output.
2026-02-17 10:24:47 +01:00
CanbiZ (MickLesk)
fdbd2d145a s 2026-02-16 17:33:25 +01:00
CanbiZ (MickLesk)
a3218c2d98 s 2026-02-16 17:22:26 +01:00
CanbiZ (MickLesk)
ec13d93860 add gramps-web 2026-02-16 17:16:16 +01:00