You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
When using the default settings of having the wordpress install be in the /src/wp folder, the wp core commands in setup-wp and setup-database fail with "Error: this does not seem to be a WordPress installation" and this seems due to the command running in the root folder and not the /wp subfolder. Adding in --path=/var/www/html/wp to the commands fixes the issue.
When using the default settings of having the wordpress install be in the
/src/wpfolder, thewp corecommands insetup-wpandsetup-databasefail with "Error: this does not seem to be a WordPress installation" and this seems due to the command running in the root folder and not the/wpsubfolder. Adding in--path=/var/www/html/wpto the commands fixes the issue.