11
Quick WordPress Installation Recipe The Vancouver WordPress Meetup Group June 04, 2015 · @luizalibardi

Quick WordPress Installation Recipe

Embed Size (px)

Citation preview

Page 1: Quick WordPress Installation Recipe

Quick WordPress Installation RecipeThe Vancouver WordPress Meetup GroupJune 04, 2015 · @luizalibardi

Page 2: Quick WordPress Installation Recipe

Ingredients

• Domain• Hosting Company

PHP version 5.2.4 or greater (recommended: PHP 5.4 or greater) MySQL version 5.0 or greater (recommended: MySQL 5.5 or greater)

• Cpanel username and password (provided by hosting company)

• FTP host, user and password (provided by hosting company)

• Any FTP client such as Filezilla• Wordpress

Page 3: Quick WordPress Installation Recipe

Directions

If the hosting company doesn't provide automatic installation:

Through your Cpanel create a database for WordPress on your web server. The user name should be descriptive of your site and the password should be a long, complex alphanumeric password. Write down the username and password you chose.

Use your FTP client to upload the unzipped WordPress folder to the desired directory on your web server.

Accessing your new site's URL in a web browser. This should be the URL where you uploaded the WordPress files.

Detailed instructions: https://codex.wordpress.org/Installing_WordPress

1.

2.

3.

Page 4: Quick WordPress Installation Recipe
Page 5: Quick WordPress Installation Recipe
Page 6: Quick WordPress Installation Recipe

my_database

my_database_username

localhost

my_database_password

Page 7: Quick WordPress Installation Recipe

If the web interface doesn't work: Find and rename wp-config-sample.php to wp-config. php, then edit the file to add your database information. Upload it to the same location using your FTP client.

root wp-admin wp-content wp-includes index.php license.txt readme.html wp-activate.php wp-blog-header.php wp-comments-post.php wp-config-sample.php wp-cron.php wp-links-opml.php wp-load.php wp-login.php wp-mail.php wp-settings.php wp-signup.php wp-trackback.php xmlrpc.php

Detailed instructions: https://codex.wordpress.org/Editing_wp-config.php

Page 8: Quick WordPress Installation Recipe
Page 9: Quick WordPress Installation Recipe

Blog Title

not-admin

[email protected]

Page 10: Quick WordPress Installation Recipe

not-admin

Page 11: Quick WordPress Installation Recipe

Enjoy!

luizalibardi.com

luizalibardi

Access the slides at:luizalibardi.com/slides/wp-installation.pdf