/WPkit

A lightweight and modular Wordpress-Kit for developing fast and powerful, based on UIkit and _s/underscores.

Primary LanguagePHP

WPkit

A lightweight and modular Wordpress-Kit for developing fast and powerful, based on UIkit and _s/underscores.


Dependency Support

How to start

Basic Setup

  1. Clone the repo: git clone git@github.com:whydesign/WPkit.git
  2. Run ./setup.sh files
  3. Edit your environment configs in /wp-config/wp-config.env.php and /wp-config/wp-config.local.php
    • Optional: add your wp-config.{ENV}.php (e.g. wp-config.staging.php) and edit your data
  4. Edit setup configs in setup-cnf.sh and .my.cnf
  5. Run ./setup.sh install
    • Optional: Import starter SQL dump by answer with y or run ./setup.sh import
  6. Open www.your.domain/wp-admin and login with superuser and e%tINpk7PKD1rCpz6a
    • ⚠ Be sure to change your admin password ⚠

Additional Setup Options

See all commands with ./setup.sh help

Use WP-CLI

  1. Install WP-CLI by running ./setup.sh wpcli-install
  2. Update WP-CLI by running ./setup.sh wpcli-update
  3. Show WP-CLI infos by running ./setup.sh wpcli-info

You want more infos about WP-CLI?