Git Product home page Git Product logo

wp-installer's People

Contributors

danielbachhuber avatar mattgrshaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wp-installer's Issues

Consider adding functional tests to this project

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its wp scaffold package-tests command:

https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-tests

I'd encourage you to consider adding functional tests to your package :) By starting your functional tests early on, it also makes it much easier to maintain your project over time.

Stopped script while downloading Wordpress

Hi,

I'm experiencing some problems with the script. I have the config.yml in the .wp-cli folder and when I execute :

________________________________________________________________________________
| ~/Documents/web @ client83-10-193-130 (Marc) 
| => wp installer install test.com
Downloading WordPress...
________________________________________________________________________________
| ~/Documents/web @ client83-10-193-130 (Marc) 
| => 

when downloading wordpress just stops and exits.

Any idea?

| ~/Documents/web @ client83-10-193-130 (Marc) 
| => php -v
PHP 5.6.30 (cli) (built: Jul  3 2017 15:23:30) 
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies

and the wp cli info

| ~/Documents/web @ client83-10-193-130 (Marc) 
| => wp cli info
PHP binary:	/Applications/MAMP/bin/php/php5.6.30/bin/php
PHP version:	5.6.30
php.ini used:	/Applications/MAMP/bin/php/php5.6.30/conf/php.ini
WP-CLI root dir:	phar://wp-cli.phar
WP-CLI vendor dir:	phar://wp-cli.phar/vendor
WP_CLI phar path:	/Users/Marc/Documents/web
WP-CLI packages dir:	/Users/Marc/.wp-cli/packages/
WP-CLI global config:	/Users/Marc/.wp-cli/config.yml
WP-CLI project config:	
WP-CLI version:	1.3.0

--subdomains and --skip-email not getting cover for multisite-install command

After checking this code

.....
....
if ( isset( $assoc_args['multisite'] ) ) {
	$subcommand = 'multisite-install';  // set command to create multisite 
}

$core_install = "wp --path=%s core %s --url=%s --title=%s --admin_user=%s --admin_password=%s --admin_email=%s";
WP_CLI::log( 'Installing WordPress...' );
WP_CLI::launch( \WP_CLI\Utils\esc_cmd( $core_install, $site_path, $subcommand, 'http://' . $args[0], $args[0], $admin_user, $admin_pass, $admin_email ) );
.....
...

I found no param to mentioned subdomain multisite and no way to add --skip-email param in current command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.