Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 501 Bytes

fumcpensacola.com

Building locally

Prerequisites

  • Apache with PHP
  • Node if you want to run the virtual host auto-setup
  • A .htaccess file defining environment variables:
  • DB_HOST
  • DB_USER
  • DB_PASSWORD
  • DB_NAME
  • WP_ENV ("production" or "development")

Creating a virtual host

Run from the project root:

sudo node vhost.js
sudo apachectl restart

The site should now be available from http://fumcpensacola.local.