Automatic WordPress installing (v-install-wordpress)

Post Reply
User avatar
myVesta
Site Admin
Posts: 904
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 7 times
Been thanked: 6 times

We have an script for automatic WordPress installing: v-install-wordpress

Let's say you want to install WordPress on yourdomain.com in one command.
In your SSH run:

Code: Select all

sudo /usr/local/vesta/bin/v-install-wordpress yourdomain.com
And that's all, the script will automatically create new database, install WordPress and print login credentials.

WARNING: Script will remove all files that you already have in public_html/ folder of yourdomain.com !

See source code of the script for all available parameters: v-install-wordpress

Tags:
sparkzara
Posts: 20
Joined: Mon Jun 07, 2021 9:15 am

can we install wordpress on a folder using this script ?
User avatar
myVesta
Site Admin
Posts: 904
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 7 times
Been thanked: 6 times

sparkzara wrote: Sat Nov 20, 2021 5:32 pm can we install wordpress on a folder using this script ?
Unfortunately, no.
Post Reply