Automatic WordPress installing (v-install-wordpress)
Automatic WordPress installing (v-install-wordpress)
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:
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
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
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:
Re: Automatic WordPress installing (v-install-wordpress)
can we install wordpress on a folder using this script ?