Scholarly Publishing with WordPress - part 1: Installation

Post on 16-Jul-2015

170 views 2 download

Tags:

Transcript of Scholarly Publishing with WordPress - part 1: Installation

SCHOLARLY PUBLISHING WITH WORDPRESS

PART 1: LOCAL INSTALLATION

WordPress’s install requirements

AMP stack packages

MAMP WAMP

Successful MAMP install

Successful WAMP install

MAMP reference info

WAMP reference info

1. Download WordPress

2. Create database

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‘);

MAMPWAMP

Let WordPress access your database (continued)

WordPress install success!

Popular commercial web hosts

WordPress resources

WordPress resources on campus

Scholarly Commons