Skip to content

A collaboration between Richard Tyler Miles and Trevor Jake Windam

License

Notifications You must be signed in to change notification settings

MilesSystems/renovate.company

Repository files navigation

CarbonWordpress Example Repository

Running composer install will download the necessary dependencies for the application.

To change the installation location you must edit the composer.json file and change the wordpress:install script.

"scripts": {
    "wordpress:install": "$( composer run wp:cli ) core install --url=127.0.0.1:8080 --title=CarbonPHP --admin_user=root --admin_password=password [email protected]",
}

Any server changes will need to be made in the wp-config.php file.

/** The name of the database for WordPress */
define( 'DB_NAME', 'CarbonPHP' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', 'password' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

About

A collaboration between Richard Tyler Miles and Trevor Jake Windam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published