Changes between Version 1 and Version 2 of Ticket #21857, comment 8
- Timestamp:
- 09/29/2012 07:57:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21857, comment 8
v1 v2 3 3 It basically only does the install so it's not like the wp-cli (which is way more advanced), it will install the DB, latest WP and any plugins/themes in about 30-40 seconds, most of which is simply downloading from .org. 4 4 5 Benefits: 5 '''Benefits:''' 6 6 7 Platform independant, runs on PHP. 8 Phing is included in most every stack. 9 It installs plugins and themes as well. 7 Platform independant, runs on PHP. 10 8 11 Drawbacks: 12 Requires command line 13 Using it on shared host is a big what if because of PEAR packages. 9 10 Phing is included in most every stack. 11 12 It installs plugins and themes as well. 13 14 '''Drawbacks:''' 15 16 17 Requires command line. 18 19 Using it on shared host is a big what if because of PEAR packages. 14 20 15 21 Maybe something along these lines could actually be baked into WordPress, the 5 minute install made it famous, I think it's time to improve that especially with all the mega simple to configure PHP cloud apps breathing down its neck.