Install WordPress with the Auto-Installer Print

  • 0

Install WordPress using the WP Toolkit in cPanel. Here is how:

  1. Log into your cPanel account.
  2. In the Software section, click the WordPress Manager or WP Toolkit icon.
  3. Click Install or New Installation.
  4. Choose your domain from the dropdown.
  5. Set your admin username, password, and email.
  6. Optionally set the site title and description.
  7. Click Install.

WP Toolkit sets up WordPress and the database for you. You will get a confirmation with your admin login URL when it is done.

You can also install WordPress from the command line using WP-CLI if you have SSH access:

wp core download
wp config create --dbname=mydb --dbuser=mydbuser --dbpass=mypass
wp db create
wp core install --url=mydomain.com --title="My Site" --admin_user=admin --admin_password=strongpass [email protected]

Was this answer helpful?

« Back