scholarly publishing with wordpress - part 1: installation

19
SCHOLARLY PUBLISHING WITH WORDPRESS PART 1: LOCAL INSTALLATION

Upload: scholarly-commons-university-of-illinois-library

Post on 16-Jul-2015

172 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Scholarly Publishing with WordPress - part 1: Installation

SCHOLARLY PUBLISHING WITH WORDPRESS

PART 1: LOCAL INSTALLATION

Page 2: Scholarly Publishing with WordPress - part 1: Installation
Page 3: Scholarly Publishing with WordPress - part 1: Installation
Page 4: Scholarly Publishing with WordPress - part 1: Installation

WordPress’s install requirements

Page 5: Scholarly Publishing with WordPress - part 1: Installation

AMP stack packages

MAMP WAMP

Page 6: Scholarly Publishing with WordPress - part 1: Installation

Successful MAMP install

Page 7: Scholarly Publishing with WordPress - part 1: Installation

Successful WAMP install

Page 8: Scholarly Publishing with WordPress - part 1: Installation

MAMP reference info

Page 9: Scholarly Publishing with WordPress - part 1: Installation

WAMP reference info

Page 10: Scholarly Publishing with WordPress - part 1: Installation
Page 11: Scholarly Publishing with WordPress - part 1: Installation

1. Download WordPress

Page 12: Scholarly Publishing with WordPress - part 1: Installation

2. Create database

Page 13: Scholarly Publishing with WordPress - part 1: Installation

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 - part 1: Installation

MAMPWAMP

Let WordPress access your database (continued)

Page 15: Scholarly Publishing with WordPress - part 1: Installation

WordPress install success!

Page 16: Scholarly Publishing with WordPress - part 1: Installation

Popular commercial web hosts

Page 17: Scholarly Publishing with WordPress - part 1: Installation

WordPress resources

Page 18: Scholarly Publishing with WordPress - part 1: Installation

WordPress resources on campus

Page 19: Scholarly Publishing with WordPress - part 1: Installation

Scholarly Commons