This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
NewerOlder