Skip to content

Instantly share code, notes, and snippets.

View jannylund's full-sized avatar

Jan Nylund jannylund

View GitHub Profile
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Passbook: Infra-structure</h1>
<p>Your company can have passbook too.</p>
<p><a href="#" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
</div>
<!-- Example row of columns -->
# Upstart script for a play application that binds to an unprivileged user.
# put this into a file like /etc/init/play.conf
#
# This could be the foundation for pushing play apps to the server using something like git-deploy
# By calling service play stop in the restart command and play-start in the restart command.
#
# Usage:
# start play
# stop play
# restart play