Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemix/wp-install-composer
Install Wordpress with Composer
https://github.com/mikemix/wp-install-composer
Last synced: 17 days ago
JSON representation
Install Wordpress with Composer
- Host: GitHub
- URL: https://github.com/mikemix/wp-install-composer
- Owner: mikemix
- Created: 2016-05-02T11:01:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T07:34:13.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:16:47.700Z (2 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-install-composer
Original instructions
https://davidwinter.me/install-and-manage-wordpress-with-composer/## You don't have the Composer?
Download from [the Composer site](https://getcomposer.org/download/) then `mv composer.phar /usr/bin`
## Step 1
Create empty directory for the server root, then navigate to it and download:
* `mkdir /var/www/wordpress`
* `cd /var/www/wordpress`
* `git clone https://github.com/mikemix/wp-install-composer.git .`## Step 2
Install Wordpress and trigger post install scripts:
`composer install && composer install`
## Step 3
Fine tune the `public/wp-config.php` file.
## Test with the PHP server
`php -S 0.0.0.0:8080 -t web`