paul-shannon / slexil

Software Linking Elan Xml to Illuminated Language
MIT License
0 stars 1 forks source link

deploy webapp at ualberta #22

Closed paul-shannon closed 5 years ago

paul-shannon commented 5 years ago

@davidjamesbeck Maybe the computing group would just as soon get the code from us via github?

davidjamesbeck commented 5 years ago

Okay, after sending you my last message, I tried an experiment and ran webapp.py locally then copied the HTML code it generated into an index.html file

<!DOCTYPE html>

IJAL Text Upload
Loading...

This might be close to what we need, but when I try to open the page in the browser, it freezes on "Loading" and I get an error in the browser's console "ReferenceError: Can't find variable DashRenderer". Does that make sense to you, or am I just going about this the wrong way?

David

paul-shannon commented 5 years ago

Very cool that we have gotten to this point!

Here below what I see in my browser’s javascript console. Make sense? Seems to point to the need to have all those dash javascript libraries available. Maybe this will help?

https://community.plot.ly/t/how-to-run-dash-on-a-public-ip/4796

On Jul 10, 2019, at 1:56 PM, David Beck notifications@github.com wrote:

Okay, after sending you my last message, I tried an experiment and ran webapp.py locally then copied the HTML code it generated into an index.html file

IJAL Text Upload

Loading...

This might be close to what we need, but when I try to open the page in the browser, it freezes on "Loading" and I get an error in the browser's console "ReferenceError: Can't find variable DashRenderer". Does that make sense to you, or am I just going about this the wrong way?

David

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

davidjamesbeck commented 5 years ago

I didn't see your Java console output in the message, but I'll read through that site and the tutorial they reference to see if I can figure it out. I'll ask Michale if the calls to the dash libraries are right for the way the site is configured

David