Skip to content

Instantly share code, notes, and snippets.

View seanmtracey's full-sized avatar

Sean M. Tracey seanmtracey

View GitHub Profile

CODE OF CONDUCT

AIJS London, hereinafter referred to as the Event Organizers, are dedicated to providing a safe, respectful, comfortable, and harassment-free environment for all event participants.

Event Organizers expect that all participants, including delegates/attendees, speakers, volunteers, and guests, will conform to the following Code of Conduct.

UNACCEPTABLE BEHAVIOUR

Participants will not engage in unacceptable behaviour which includes, but is not limited to:

#!/bin/bash
cf start "${CF_APP}-green"
cf map-route "${CF_APP}-green" choirless.com -n www
cf map-route "${CF_APP}-green" eu-gb.mybluemix.net -n choirless
cf unmap-route "${CF_APP}" choirless.com -n www
cf unmap-route "${CF_APP}" eu-gb.mybluemix.net -n choirless
cf push "${CF_APP}"