Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #21857, comment 8


Ignore:
Timestamp:
09/29/2012 07:57:43 PM (12 years ago)
Author:
wycks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21857, comment 8

    v1 v2  
    33It 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.
    44
    5 Benefits:
     5'''Benefits:'''
    66
    7 Platform independant, runs on PHP.
    8 Phing is included in most every stack.
    9 It installs plugins and themes as well.
     7Platform independant, runs on PHP.
    108
    11 Drawbacks:
    12 Requires command line
    13 Using it on shared host is a big what if because of PEAR packages.
     9 
     10Phing is included in most every stack. 
     11
     12It installs plugins and themes as well. 
     13
     14'''Drawbacks:'''
     15 
     16
     17Requires command line.
     18 
     19Using it on shared host is a big what if because of PEAR packages. 
    1420
    1521Maybe 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.