Skip to content

Commit

Permalink
Merge pull request #68 from neilt/add_xyz_requirement
Browse files Browse the repository at this point in the history
Add comment that DB namespace must be set to xyz
  • Loading branch information
ehuelsmann authored Nov 20, 2024
2 parents c0bb1e2 + 90f1d3e commit ec6d8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ cd LedgerSMB

# Set up LedgerSMB configuration for development
cp doc/conf/ledgersmb.conf.default ledgersmb.conf

# db_namespace must be set to xyz in order for tests to run
sed -i -e 's/db_namespace = public/db_namespace = xyz/' ledgersmb.conf

sed -i -e 's/host = localhost/host = postgres/' ledgersmb.conf

# Start the docker containers
Expand Down

0 comments on commit ec6d8ba

Please sign in to comment.