mirror of
https://github.com/pawankhated/one-click-wordpress-installer.git
synced 2025-08-17 18:11:10 +08:00
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.
app | ||
.htaccess | ||
composer.json | ||
composer.lock | ||
composer.phar | ||
index.php | ||
README.md |
Installation
Using this repo you can install wordpress and there required plugin using single command
- Clone the git repo -
git clone https://github.com/pawankhated/wordpress-installer.git
- Run
composer install
- Copy
.env.example
to.env
and update environment variables:
DB_NAME
- Database nameDB_USER
- Database userDB_PASSWORD
- Database passwordDB_HOST
- Database hostWP_HOME
- Full URL to WordPress home (http://test.com)WP_SITEURL
- Full URL to WordPress including subdirectory (http://test.com/wp)
- Add theme(s) in
app/themes
as you would for a normal WordPress site....