Create a new website
While our other tools are suitable for all developers, this particular command is very opinionated and produces an installation tailored to our own preferences.
We hope you find it useful but you may prefer to set up your website without it.
This site installation command will:
- install a fresh copy of WordPress using the Nebula framework
- install the Pulsar theme
- install other plugins that are part of our standard website configuration
- preconfigure WordPress and the installed plugins to our preference
- start a fresh git repostiory
It will interactively ask for installation details (e.g. database credentials) as needed.
Install a new website
When setting up a new website you need to specify a folder for the project. Typically this will be a new directory underneath your current location.
wp eighteen73 create-site foobar
Or, if you needs to install outside of the current directory:
wp eighteen73 create-site /home/joebloggs/foobar
Installing with WooCommerce
To pre-install WooCommerce with the new project you should add --woocommerce
to the command.
wp eighteen73 create-site foobar --woocommerce
Installing a multisite
To configure the new website as a multisite network you should add --multisite
to the command. You will be prompted for extra information during installation.
wp eighteen73 create-site foobar --multisite
Please also refer to this page for information about Nebula's necessary server configuration.