New database initialization procedure in v3.18 #110
llaville
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whatever environment you install CompatInfoDB (dev, CI, prod) or embedded in another project like CompatInfo, the new
db:create
command simplify how to install and initialize the database.After install project source code, you have to :
bin/compatinfo-db db:create
You should have following output :
If you have an error, please run the
bin/compatinfo-db diagnose
command to learn more. Here are what you will get in case of good installation.Beta Was this translation helpful? Give feedback.
All reactions