19
SCHOLARLY PUBLISHING WITH WORDPRESS PART 1: LOCAL INSTALLATION

Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Embed Size (px)

Citation preview

Page 1: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

SCHOLARLY PUBLISHING WITH WORDPRESS

PART 1: LOCAL INSTALLATION

Page 2: Scholarly Publishing with WordPress, a Savvy Researcher Workshop
Page 3: Scholarly Publishing with WordPress, a Savvy Researcher Workshop
Page 4: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

WordPress’s install requirements

Page 5: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

AMP stack packages

MAMP WAMP

Page 6: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Successful MAMP install

Page 7: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Successful WAMP install

Page 8: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

MAMP reference info

Page 9: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

WAMP reference info

Page 10: Scholarly Publishing with WordPress, a Savvy Researcher Workshop
Page 11: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

1. Download WordPress

Page 12: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

2. Create database

Page 13: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Let WordPress access your database

/** The name of the database for WordPress */ define(‘DB_NAME’, ‘wordpress‘); /** MySQL database username */ define(‘DB_USER’, ‘root‘); /** MySQL database password */ define(‘DB_PASSWORD’, ‘yourpassword‘); /** MySQL hostname */ define(‘DB_HOST’, ‘localhost‘);

Page 14: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

MAMPWAMP

Let WordPress access your database (continued)

Page 15: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

WordPress install success!

Page 16: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Popular commercial web hosts

Page 17: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

WordPress resources

Page 18: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

WordPress resources on campus

Page 19: Scholarly Publishing with WordPress, a Savvy Researcher Workshop

Scholarly Commons