Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 721 Bytes

TEDxBern Website

Develop Locally

On OSX - Install the Local Environment first: http://lagoon.readthedocs.io/en/latest/using_lagoon/local_development_environments/

composer install docker-compose build docker-compose up -d

visit http://wordpress-nginx.docker.amazee.io

Installing plugins/themes

All plugins and themes come from https://wpackagist.org/

composer require wpackagist-theme/twentyseveneen

Connect to the envs

Make sure your ssh key is loaded ssh-add -L should show it

ssh [email protected] -p 31472 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no

Deployed Branches

  • Master - Production Site
  • Develop - Development Site