Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo site doesn't run #53

Open
sbenthall opened this issue Oct 24, 2022 · 1 comment
Open

Demo site doesn't run #53

sbenthall opened this issue Oct 24, 2022 · 1 comment

Comments

@sbenthall
Copy link

I wasn't sure where to file this, but I have been trying to set up a localy installed demo of the web interface.
I was directed by the README of this project to this web demo repo by @subelsky :
https://github.com/subelsky/roundware_web_demo

Following its instructions, I found that the server failed to run:
https://gist.github.com/sbenthall/dceddba2ed2731c3806865f528533da6

I wonder if that other repository, which has no available issue tracker, has been deprecated?

I gather that the example/ directory contains something like the web demo, but it's not very clear from the docs how one is supposed to approach setting it up from the docs.

@subelsky
Copy link
Collaborator

@sbenthall what version of Ruby are you using? webrick was removed from Ruby 3's standard library so it may not be available on your machine.

That bin/serve script is just a convenience method for booting up a local webserver to serve up the demo. You should be able to use anything like these commands: https://gist.github.com/willurd/5720255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants