improve dev tooling and stuff
This commit is contained in:
parent
da44c632b7
commit
595e246456
3 changed files with 29 additions and 10 deletions
22
dev-setup.sh
Executable file
22
dev-setup.sh
Executable 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"'
|
Loading…
Add table
Add a link
Reference in a new issue