From 1c386ea30d1b7ab85df8e6da30635849bf9c477e Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 28 Apr 2016 19:29:28 -0400 Subject: [PATCH 1/2] Added docker for local development --- docker-compose.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9a1a27f --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,18 @@ +# PHP Web Server +wordpress: + container_name: cornerstone-wordpress + image: wordpress:latest + ports: + - "8000:80" + volumes: + - ./:/var/www/html/wp-content/themes/cornerstone/ + links: + - mysql:mysql + restart: always + +# MySQL Server +mysql: + container_name: cornerstone-mysql + image: mysql + environment: + MYSQL_ROOT_PASSWORD: 'wordpress' \ No newline at end of file From 54610dd7c86bdf629204bcd670e8e6ec65db7866 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 28 Apr 2016 19:59:26 -0400 Subject: [PATCH 2/2] Updated UConn Health links --- footer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/footer.php b/footer.php index b566259..7d3c860 100644 --- a/footer.php +++ b/footer.php @@ -36,19 +36,19 @@ if ( apply_filters( 'load_custom_footer', false ) ) { if($location == 'uchc'){ ?>
  • - A-Z Index + A-Z Index
  • - UConn Health + UConn Health
  • - Disclaimer, Privacy Notice & Copyright + Disclaimer, Privacy Notice & Copyright
  • - Maps & Directions + Maps & Directions
  • © UConn Health