Install the latest version of WordPress on cPanel and configure it with default plugins, themes, and options.
Run the command below on SSH using PuTTY or a Linux terminal:
wget -qO wps https://wpgenius.github.io/WP-Setup-Automate/wpauto.sh && bash wpsTo start the installation process anytime, run the command bash wps from the 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 --quietActivate 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 the first starter child theme (Astra Child Theme) for Astra. It has a default file structure to write code for different purposes. WooCommerce was introduced in v1.2.
In order to sync the child theme from the staging server with Bitbucket, you need to configure SSH keys first. Click here for documentation to configure keys.
Footnotes
-
Make sure you are in the same folder where you already downloaded it. ↩
-
We don't update these files in this repository. ↩
-
.pst-pro, .wpp-pro, .uae-pro, and .astra-pro are hidden files and contain keys. Make sure you have them in your user's home folder. ↩
-
You must create a Bitbucket repository matching the theme folder name before starting the setup process. ↩