Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install wp-cli

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
Comment

Download wordpress from wp-cli

wp core download
Comment

wp cli plugin install

// --activate is optional
wp plugin install <PLUGIN-SLUG> --activate
Comment

install wp from wp-cli

wp core install --url=yourwebsite.com --title="Your Blog Title" --admin_name=wordpress_admin --admin_password=4Long&Strong1 --admin_email=you@example.com
Comment

PREVIOUS NEXT
Code Example
Shell :: how to copy folder in linux 
Shell :: git pull in another branch 
Shell :: git edit user of last commit 
Shell :: copy file to remote server 
Shell :: install mongodb on ec2 ubuntu 18.04 
Shell :: notepad++ alternative 
Shell :: install docker centos 7 
Shell :: linux cut 
Shell :: github get repo size 
Shell :: git Automatic merge failed; fix conflicts and then commit the result 
Shell :: check if cuda installed 
Shell :: The file AppDataRoaming pmyarn.ps1 is not digitally signed. 
Shell :: git push without password 
Shell :: how to install spotify in ubuntu 
Shell :: linux unique lines 
Shell :: installing font awesome brand icons 
Shell :: install ansible 
Shell :: sed line 
Shell :: prettier npm 
Shell :: installing sonarqube on ubuntu 
Shell :: delete a folder then git push 
Shell :: git rebase head 
Shell :: uname command 
Shell :: how to make a file executable in linux 
Shell :: trash linux command 
Shell :: sublime downloafd 
Shell :: git flow sourcetree command 
Shell :: linux calculator 
Shell :: if you cannot update any of the repositry in ubuntu 
Shell :: git push 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =