Skip to content

Instantly share code, notes, and snippets.

View briward's full-sized avatar
🐕‍🦺

Bri Ward briward

🐕‍🦺
View GitHub Profile
@briward
briward / app.vue
Created August 11, 2015 17:20
app.vue
<template>
<div class="post full">
<article class="post-content">
<div class="wrap">
<h1 v-text="page.title"></h1>
<div class="date" v-text="page.created"></div>
</div>
<span v-html="page.body"></span>
</article>
</div>
@briward
briward / gist:8941361
Created February 11, 2014 18:46
Vagrant Boot Error
Timed out while waiting for the machine to boot.
This means that Vagrant was unable to communicate with
the guest machine within the configured ("config.vm.boot_timeout" value)
time period. This can mean a number of things.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes. Verify
that authentication configurations are also setup properly, as well.