Using this one repo , we can easily install and setup wordpress with require plugin and theme. and We have also handle wordpress updates like theme plugin and wordpress on single click. The main purpose of this repo is setup and install wordpress on server like aws ec2 or those server where we are use terminal.
Find a file
2023-09-01 12:51:48 +05:30
app one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
.htaccess one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
composer.json one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
composer.lock one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
composer.phar one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
index.php one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30
README.md one click wordperss installer with require plugin and theme. 2023-09-01 12:51:48 +05:30

Installation

Using this repo you can install wordpress and there required plugin using single command

  1. Clone the git repo - git clone https://github.com/pawankhated/wordpress-installer.git
  2. Run composer install
  3. Copy .env.example to .env and update environment variables:
  • DB_NAME - Database name
  • DB_USER - Database user
  • DB_PASSWORD - Database password
  • DB_HOST - Database host
  • WP_HOME - Full URL to WordPress home (http://test.com)
  • WP_SITEURL - Full URL to WordPress including subdirectory (http://test.com/wp)
  1. Add theme(s) in app/themes as you would for a normal WordPress site....