mirror of https://github.com/buster-so/buster.git
add DATABASE_URL export to Makefile
This commit is contained in:
parent
b0d65d3839
commit
fba7cc9c8e
|
@ -4,6 +4,7 @@ dev:
|
||||||
ollama serve &
|
ollama serve &
|
||||||
ollama pull mxbai-embed-large
|
ollama pull mxbai-embed-large
|
||||||
supabase db reset
|
supabase db reset
|
||||||
|
export DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres && \
|
||||||
diesel migration run && \
|
diesel migration run && \
|
||||||
PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f src/database/seed.sql && \
|
PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f src/database/seed.sql && \
|
||||||
export RUST_LOG=debug
|
export RUST_LOG=debug
|
||||||
|
|
Loading…
Reference in New Issue