Semantic Personal Publishing Platform
First Things First
Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I am proud to be a part of. Thousands of hours have gone into WordPress, and we are dedicated to making it better every day. Thank you for making it part of your world.
— Matt Mullenweg
Installation: Famous 5-minute install
- Unzip the package in an empty directory and upload everything.
- Open wp-admin/install.php in your browser. It will take you through the process to set up a
wp-config.phpfile with your database connection details.- If for some reason this does not work, do not worry. It may not work on all web hosts. Open up
wp-config-sample.phpwith a text editor like WordPad or similar and fill in your database connection details. - Save the file as
wp-config.phpand upload it. - Open wp-admin/install.php in your browser.
- If for some reason this does not work, do not worry. It may not work on all web hosts. Open up
- Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your
wp-config.phpfile, and try again. - If you did not enter a password, note the password given to you. If you did not provide a username, it will be
admin. - The installer should then send you to the login page. Sign in with the username and password you chose during the installation.
Updating
Using the Automatic Updater
- Open wp-admin/update-core.php in your browser and follow the instructions.
- You wanted more, perhaps? That’s it!
Updating Manually
- Before you update anything, make sure you have backup copies of any files you may have modified such as
index.php. - Delete your old WordPress files, saving ones you’ve modified.
- Upload the new files.
- Point your browser to /wp-admin/upgrade.php.
Migrating from other systems
WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, before using import tools.
System Requirements
- PHP version 7.4 or greater.
- MySQL version 5.5.5 or greater.
Recommendations
- PHP version 8.3 or greater.
- MySQL version 8.0 or greater OR MariaDB version 10.6 or greater.
- The mod_rewrite Apache module.
- HTTPS support.
- A link to wordpress.org on your site.
Online Resources
If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:
- HelpHub
- HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
- The WordPress Blog
- This is where you’ll find the latest updates and news related to WordPress.
- WordPress Planet
- The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.
- WordPress Support Forums
- If you’ve looked everywhere and still cannot find an answer, the support forums are very active and have a large community ready to help.
Final Notes
- If you have any suggestions, ideas, or comments, or if you found a bug, join the Support Forums.
- WordPress has a robust plugin API that makes extending the code easy.
Share the Love
WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you.
WordPress is the official continuation of b2/cafélog. If you would like to support WordPress, please consider donating.
License
WordPress is free software, and is released under the terms of the GPL version 2 or any later version.