How to launch wordpress instalo from the command line

Hello,

I was having a look at all the command line functionalities and I could not find one that launch the webapp wordpress installer.

Is it possible with a one line of code in the terminal to install a wordpress on a domain?

Thanks

No you need at least 3 command

v-add-user-wp-cli username
v-add-web-domain username domain
su username
cd /home/user/web/domain/public_html
~/.wp-cli/wp core download
Config database

1 Like

Oh I see, having wp cli helps a lot
It would be great if we can have a command line like
v-install-wordpress

It is just a suggestion, but with wp cli I can achieve what i want

Thanks!