Skip to content

POC and testing ground for the CarbonWordpress plugin

License

Notifications You must be signed in to change notification settings

CarbonORM/CarbonWordPressExample

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

POC and testing ground for the CarbonWordpress plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages