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

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 :: ubuntu 20.04 install nginx 
Shell :: heroku remove branch 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: destroy linux with one command 
Shell :: ssh upload file to server 
Shell :: remove folder from git repository 
Shell :: bash check if command is available 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: install screen recorder linux 
Shell :: reaect native reactotron 
Shell :: how to upgrade maven in linux 
Shell :: bash get domain from url 
Shell :: This repository has moved 
Shell :: Please install mariadb package manually 
Shell :: Kubernetes configuration file is group readable 
Shell :: script to install cf cli in linux 
Shell :: cmd zip folder 
Shell :: create file in linux 
Shell :: install astropy anaconda 
Shell :: openssl list certificate chain 
Shell :: How to allow permission to my new github account 
Shell :: [Thu Nov 5 15:20:23 2020] Failed to listen on localhost:3200 (reason: Address already in use) 
Shell :: search a tag git 
Shell :: helm release minio 
Shell :: alphabetically order text file 
Shell :: hobo list services 
Shell :: change group ownership linux 
Shell :: letencrpt 
Shell :: android studio tortoisegit 
Shell :: gulp trust cert 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =