Skip to content

Commit

Permalink
Now try the full setup
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent d5ab25b commit c708c13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ add_env() {
sleep 1.5
maybe_install "Phoenix"

# printf "${white}\n"
# sleep 1.5
# maybe_install "PostgreSQL"
printf "${white}\n"
sleep 1.5
maybe_install "PostgreSQL"

printf "${white}\n"
printf "${cyan}${bold}phx.tools setup is complete!\n"
Expand Down
6 changes: 3 additions & 3 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ add_env() {
sleep 1.5
maybe_install "Phoenix"

# printf "${white}\n"
# sleep 1.5
# maybe_install "PostgreSQL"
printf "${white}\n"
sleep 1.5
maybe_install "PostgreSQL"

printf "${white}\n"
printf "${cyan}${bold}phx.tools setup is complete!\n"
Expand Down
7 changes: 2 additions & 5 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ current_shell := $(shell basename $(SHELL))
SHELLFLAGS := -eu -c

serve:
# initdb -D ~/pgdata -U postgres
# pg_ctl start -D ~/pgdata
@echo "Current PATH: $$PATH"
@which mise
@mise --version
mise exec -- initdb -D ~/pgdata -U postgres
mise exec -- pg_ctl start -D ~/pgdata
mise exec -- mix phx.new --no-install phx_tools_test
cd phx_tools_test
mise exec -- mix setup
Expand Down

0 comments on commit c708c13

Please sign in to comment.