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‘);
Let WordPress access your database 
MAMP 
WAMP 
(continued)
WordPress install success!
Popular commercial web hosts
WordPress resources
WordPress resources on campus
Scholarly Commons

Scholarly Publishing with WordPress, a Savvy Researcher Workshop