You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
@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
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.The text was updated successfully, but these errors were encountered: