🚤 CaptainCore Manager a WordPress plugin as an interface for CaptainCore. https://captaincore.io
Find a file
Austin Ginder 27bae608fe 🚀 RELEASE: 0.2.7
2018-08-06 09:45:11 -04:00
admin Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
inc v0.2.6 2018-07-20 14:41:32 -04:00
includes Crude error handling 2018-07-23 20:24:43 -04:00
languages Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
public Allow rest api calls to work with current user. 2018-07-14 20:03:49 -04:00
templates Removed CaptainCore API as a template. 2018-07-12 11:23:04 -04:00
woocommerce Usage improvements. 2018-08-01 20:53:04 -04:00
.gitignore Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
.gitmodules Added submodule 2018-02-04 15:14:36 -05:00
captaincore.php 🚀 RELEASE: 0.2.7 2018-08-06 09:45:11 -04:00
index.php Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
LICENSE.txt Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
readme.md 📦 NEW: readme.md 2018-08-06 09:43:10 -04:00
README.txt 🚀 RELEASE: 0.2.7 2018-08-06 09:45:11 -04:00
uninstall.php Release 0.1.0 (CaptainCore is born) 2018-02-04 13:54:24 -05:00
upload.php Processes uploaded files from Manage UI. Only keeps if from an admin. 2018-06-26 20:56:03 -04:00


CaptainCore GUI

CaptainCore GUI is a WordPress plugin part of the CaptainCore toolkit (a powerful toolkit for managing WordPress sites via SSH & WP-CLI). Requires a connection with a CaptainCore CLI (see installation notes).

emoji-log

Installation

  1. Upload /captaincore/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. CaptainCore requires access to a remote server running CaptainCore CLI. Add following auth info to wp-config.php file.
# CaptainCore CLI keys
define( 'CAPTAINCORE_CLI_TOKEN', "xxxxxxxxxxxxxxxxxxxxxxxxx" );
define( 'CAPTAINCORE_CLI_USER', "xxxxxxxx" );
define( 'CAPTAINCORE_CLI_KEY', "xxxxxxxxxxxxxxxxxxxxxxxxx" );
define( 'CAPTAINCORE_CLI_ADDRESS', "xxx.xxx.xxx.xxx" );
define( 'CAPTAINCORE_CLI_PORT', "xxxxx" );

# CaptainCore B2 keys
define( 'CAPTAINCORE_B2_ACCOUNT_ID', 'xxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_ACCOUNT_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_BUCKET_ID', 'xxxxxxxxxxxxxxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_SNAPSHOTS', "Bucket/Foldername" );

License

This is free software under the terms of MIT the license (check the LICENSE file included in this package).