Skip to content

woodberryassociates/afpa-gatsby-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress theme for use with afpa-gatsby

Directions for local installation

  1. Download xampp (or mamp, depending on your OS).
  2. Clone this repo to the htdocs folder/directory of your xampp (or mamp) installation: git clone https://github.com/woodberryassociates/afpa-gatsby-wp.
  3. Install WordPress:
    • Download & unzip.
    • Copy the contents of the wordpress directory to the site's root directory (htdocs/afpa-gatsby-wp).
    • Create a database with phpMyAdmin (included in the xampp installation).
  4. Start xampp's Apache & MySQL services and navigate to the site in your browser (the address uses the root directory's name - in this case, it's http://localhost/afpa-gatsby-wp).
    • If the install script doesn't execute (i.e. your browser isn't showing the WP config dialog/you weren't redirected to /wp-admin/setup-config.php), something isn't working as expected - review the instructions above.
  5. Activate the Alliance for Patient Access theme under Appearance -> Themes in the WP admin dashboard.

Notes