Install WordPress with latest version on cpanel & configure with default plugins, themes & options
Run below command on SSH using Putty or Linux terminal:
wget -qO wps https://wpgenius.github.io/WP-Setup-Automate/wpauto.sh && bash wps
To start installation process anytime, run command bash wps
from terminal. 1
Download plugins manually. 2
wp plugin install elementor contact-form-7 https://wpgenius.github.io/WP-Setup-Automate/bundle/astra-addon-plugin.zip https://wpgenius.github.io/WP-Setup-Automate/bundle/ultimate-elementor.zip https://wpgenius.github.io/WP-Setup-Automate/bundle/astra-premium-sites.zip --activate --quiet
Activate plugins manually. 3
wp brainstormforce license activate astra-pro-sites $(cat ~/.pst-pro)
wp brainstormforce license activate astra-portfolio $(cat ~/.wpp-pro)
wp brainstormforce license activate uael $(cat ~/.uae-pro)
wp brainstormforce license activate astra-addon $(cat ~/.astra-pro)
This is first starter child theme (Astra Child Theme) for Astra. It have a default file structure to write code for diffrent purpose. WooCommerce introduced in v1.2
In order to sync child theme from staging server with Bitbucket you need to first configure SSH keys. Click here for documentation to configure keys.
Footnotes
-
Make sure you are in same folder, where you already downloaded it. ↩
-
We don't update these files in this repository. ↩
-
.pst-pro, .wpp-pro, .uae-pro, .astra-pro are hidden files & contains keys. Make sure you have them in your user's home folder ↩
-
You must create Bitbucket repository matching theme folder name before starting setup process. ↩