improve dev tooling and stuff

This commit is contained in:
askiiart 2025-01-24 16:49:42 -06:00
parent da44c632b7
commit 595e246456
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
3 changed files with 29 additions and 10 deletions

22
dev-setup.sh Executable file
View file

@ -0,0 +1,22 @@
#!/usr/bin/env bash
rm -rf ./data/
mkdir -p ./data/{fedora-repo,librewolf,other-workspace}
mkdir -p ./dev/{pgadmin,gregory-pg}
chmod -R 777 ./dev/pgadmin
podman-compose down
podman-compose -f podman-compose.dev.yml up -d
echo "
---
"
echo 'pgadmin login:
Email: "a@a.aaa"
Password: "pass"
'
echo 'pgadmin settings:
Hostname: "postgres"
Username: "gregory"
Password: "pass"'