Comment installer Wordpress sous wampserver ?
1 Answers
To install WordPress under WampServer, you can follow these steps:
- Download and Install WampServer: You can download WampServer from the official website, and then install it on your computer.
- Download and Install WordPress: You can download the latest version of WordPress from the official website, and then extract the files to a directory under the WampServer's www directory (for example, C:\wamp64\www\wordpress).
- Create a Database: In order to use WordPress, you need to create a database. Open phpMyAdmin in your web browser by typing "localhost/phpmyadmin" in the address bar, then create a new database.
- Configure WordPress: Navigate to the WordPress directory under the www directory (for example, C:\wamp64\www\wordpress) and rename the file "wp-config-sample.php" to "wp-config.php". Open the "wp-config.php" file with a text editor and replace the database name, username, and password with the ones you created in step 3.
- Start WampServer: Start WampServer by clicking on the icon in the system tray, then click on "Start All Services".
- Install WordPress: Open your web browser and navigate to "localhost/wordpress". Follow the instructions on the screen to install WordPress.
- Finish the Installation: After completing the installation, you can log in to the WordPress dashboard and start customizing your site.
Thanks.
1
Likes
0
Dislikes
Likes
Dislikes
0
Comments
Login to add comment