Download the PHP package wemakecustom/wp-skeleton-installer without Composer
On this page you can find all versions of the php package wemakecustom/wp-skeleton-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wemakecustom/wp-skeleton-installer
More information about wemakecustom/wp-skeleton-installer
Files in wemakecustom/wp-skeleton-installer
Package wp-skeleton-installer
Short Description Installer scripts for https://github.com/wemakecustom/wp-skeleton
License GPL-2.0
Informations about the package wp-skeleton-installer
Wordpress Skeleton Installer
Will be installed with wp-skeleton.
What it does
Install WordPress and dependencies:
- wemakecustom/composer-script-utils (version ^1.0)
- wp-cli/wp-cli
- johnpbloch/wordpress (version ^4.0)
- wemakecustom/wp-pot-generator (version ~2.0@dev)
Add all default folders and files needed:
- create plugins, mu-plugins, themes folders into
/htdocs/wp-content/
- add the default
.gitignore
for wordpress. - executed scripts before and after each update/install with composer to ensure a stable environement.
Installation
`
You will see prompt messages to set default database information, wordpress language and debug parameters.
ScriptHandler
manage the installation:
- install must-use plugins;
- move and create symlink to WordPress files and folders;
- manage config's files (database and basics configuration needed for WordPress);
- set SALT keys for encryption of information stored in the user's cookies
By default, at the end, you will get WordPress and all configs files installed in <project>/test/
subfolder. To configure another subfolder, please see section configuration bellow.
Configuration
The following section in composer.json
allow you to change the folder where WordPress and the config files are installed.
For an example to see how to change this section, please see wp-skeleton.
So, you can change:
wordpress-install-dir
to specify where you want to install WordPress core.confs-dir
to define where you install config's files (ie database).web-dir
to set the subfolder for WordPress, where core symlinks, themes and plugins will be installed. You will work in this subfolder.
All versions of wp-skeleton-installer with dependencies
wp-cli/wp-cli Version *
wemakecustom/composer-script-utils Version ^1.0
wemakecustom/wp-pot-generator Version ~2.0@dev