WordPress - install fast
WordPress - install fast
hey, how can I install WordPress fast like softaculous any freeway?
Re: WordPress - install fast
In SSH, as root, type:
Warning: it will completely empty your public_html/ folder
Code: Select all
v-install-wordpreess yourdomain.com
-
- Posts: 8
- Joined: Wed Feb 03, 2021 10:01 am
Re: WordPress - install fast
For this command, it is run by root. I have run something like:
v-install-wordpress mynewdomain.abc
It returns:
Domain doesn't exist
/usr/local/vesta/bin/v-search-domain-owner: line 17: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-search-domain-owner: line 24: check_args: command not found
./v-install-wordpress: line 32: check_result: command not found
basenmae: missing operand
Try 'basename --help' for more information.
cat /usr/local/vesta/data/user//user.conf: No such file or directory
I think it is abnormal to be /usr/local/data/user//user.conf -> missing the default user admin???
Also, I am thinking the command should be run by the admin user. Does it right? So, I have to chmod to 777 or something like changing user / group.
Please suggest. Thanks in advance.
v-install-wordpress mynewdomain.abc
It returns:
Domain doesn't exist
/usr/local/vesta/bin/v-search-domain-owner: line 17: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-search-domain-owner: line 24: check_args: command not found
./v-install-wordpress: line 32: check_result: command not found
basenmae: missing operand
Try 'basename --help' for more information.
cat /usr/local/vesta/data/user//user.conf: No such file or directory
I think it is abnormal to be /usr/local/data/user//user.conf -> missing the default user admin???
Also, I am thinking the command should be run by the admin user. Does it right? So, I have to chmod to 777 or something like changing user / group.
Please suggest. Thanks in advance.
-
- Posts: 8
- Joined: Wed Feb 03, 2021 10:01 am
Re: WordPress - install fast
I have found the solution by reading the coding.
export VESTA=/usr/local/vesta
Then, rerun the code. I have the reason is related to ./func/main.php.
export VESTA=/usr/local/vesta
Then, rerun the code. I have the reason is related to ./func/main.php.