Work merged into master of folio-ansible at commit 315c92efd87b66e7a6854391b2ef1bc6e87a46ce. Vagrant box folio/folio-backed updated to v0.1.1, folio/folio-demo updated to v0.2.0
Wayne SchneiderDecember 15, 2016 at 8:11 PM
I can get stripes running in the Vagrant demo; however, right now you can't connect to it from the host computer without editing the app.listen definition in devServer.js to read:
app.listen(3000, '0.0.0.0', function(err) {
if (err) {
console.log(err);
return;
}
console.log('Listening at http://*:3000');
});
Work merged into master of folio-ansible at commit 315c92efd87b66e7a6854391b2ef1bc6e87a46ce. Vagrant box folio/folio-backed updated to v0.1.1, folio/folio-demo updated to v0.2.0