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

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 :: ho to autostart chrome on linux boot 
Shell :: texlive 2019 in ubuntu 18.4 
Shell :: libsound2-dev missing 
Shell :: increase minikube resources linux 
Shell :: brownie coverage 
Shell :: keyboard continuously backspace not working linux 
Shell :: appium inspector is getting 304 error 
Shell :: get symbols from library 
Shell :: how to install alacritty on ubuntu 
Shell :: hostapd could not GET IP 
Shell :: how to create a github repo on linux command line 
Shell :: install next-auth 
Shell :: install docker-machine-driver-hyperkit 
Shell :: Unable to start terminal in ubuntu 
Shell :: cp verbose progress 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: sort descending order linux 
Shell :: sudo show asterisks 
Shell :: pip install softdelet 
Shell :: how to open nmap windows bash 
Shell :: how to generate a .gitignore 
Shell :: install Dagger 2 in Android studio 
Shell :: To see all connection NetworkManager has on linux 
Shell :: Check Available SSH Keys on Your Computer 
Shell :: git init git remote add origin git pull 
Shell :: how to install 
Shell :: ppa user or team does not exist 
Shell :: ansible copy ad hoc 
Shell :: error: eaccess: permission denied ionic 
Shell :: kubernetes ui tools 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =