salaros / mr-press-composer
Set of tools used during installation and configuration of Mr. Press project.
Installs: 115
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/salaros/mr-press-composer
Requires
- php: >=5.4.0
- qi-interactive/cron: *@dev
- salaros/wp-salts: ~0.3.0
- vlucas/phpdotenv: ~2.0
- wp-cli/wp-cli: ~1.4.0
Requires (Dev)
- sphpdox/sphpdox: dev-master@dev
README
Set of Composer scripts used during installation and configuration of Mr. Press project.
Currently Mr.Press Composer's script is capable of:
- creating WordPress database (defined in .env file) if it doesn't exist
- installs WordPress (creates and fills tables in the database) using the credentials defined in .env file
- activates plugins installed via Composer and WordPress Packagist
- generating WordPress salts via WP Salts
- creating a cron job as www-data user if
DISABLE_WP_CRON
is true using PHP Crontab Manager
License
The MIT License (MIT). Please see License File for more information.