Skip to content

Commit

Permalink
Improve docs for postgres too
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Feb 6, 2024
1 parent a7d5121 commit cb0d46b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions container/postgres/pre_docker_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Set up paths

mkdir -p /tmp/store/libstore/staging
mkdir -p /tmp/store/libstore/store
mkdir -p /tmp/store/libclone/staging
mkdir -p /tmp/store/libclone/store

# We need to copy in the alembic to here, so we can run the
# database migration.

cp -r ../../alembic .
cp ../../alembic.ini .

echo "You need to change the value of YOUR_HOSTNAME to: $(hostname) in server_config.json"

0 comments on commit cb0d46b

Please sign in to comment.