Wordpress auf eigenem PC installieren
Um Wordpress zu testen, vA Themes, kann man einfach einen Server aufsetzen und es lokal testem.
Mehr Infos bei David.
Install WordPress Locally
-
Download and Extract XAMPP Lite
- Go to http://www.apachefriends.org/en/xampp-windows.html#646
- Download XAMPP Lite.exe (the .exe is a smaller, faster download)
- Move the download to the root of your C drive C:\
- Run the .exe and the directory will be installed
-
Startup Apache and MySQL
- Open the xampplite folder
- Double click setup_xampp.bat
- After the program tells you to have fun, press any key on your keyboard
- Now double click on xampp-control.exe
- Now start the Apache and MySQL services

- If everything worked, you will see Running next to those 2 services
-
Create a New Database
- In your browser of choice, navigate to http://localhost/xampp/splash.php
- Click on your language
- On the left hand side, under Tools, click phpMyAdmin
- On that page, you will see the MySQL heading, like in the screenshot below

- Call the database wordpress and select utf8 unicode ci from the drop down menu
- Click Create
-
Install WordPress
- Download and extract WordPress to your desktop
- In the extracted folder, open the file wp-config-sample.php in a text editor
- Edit the file to look like this:
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value - Save the file as wp-config.php
- Now open up the Xammplite folder on your C drive and then open the htdocs folder
- Copy the whole Wordpress folder here
- Finally, use your browser and navigate to http://localhost/wordpress/wp-admin/install.php

0 Kommentare:
Kommentar veröffentlichen