[FOLIO-389] Add frontend components into blackbox/demo system Created: 15/Nov/16  Updated: 12/Nov/18  Resolved: 19/Dec/16

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: New Feature Priority: P3
Reporter: Wayne Schneider Assignee: Wayne Schneider
Resolution: Done Votes: 0
Labels: sprint3, sprint4
Remaining Estimate: Not Specified
Time Spent: 1 day, 4 hours, 30 minutes
Original estimate: Not Specified

Issue links:
Blocks
is blocked by STRIPES-124 Add ability to configure devServer.js... Closed
Sprint:

 Comments   
Comment by Jakub Skoczen [ 02/Dec/16 ]

Wayne Schneider Wayne what's the status of this issue?

Comment by Wayne Schneider [ 15/Dec/16 ]

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');
});

I've created an issue ( STRIPES-124 Closed ) and linked it to this issue as a blocker.

Comment by Wayne Schneider [ 19/Dec/16 ]

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

Generated at Thu Feb 08 23:05:24 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.