Build web app in Ubuntu #559
-
|
Hi all, I am new to SDEverywhere and I am having trouble initialising everything. For now, the 'sir' example doesn't run properly. I cloned the repository. I copied-pasted the I ran the command After successful setup, I ran the command Would you have an idea on how to fix this error? Full error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @LSarribouette, thanks for submitting your question and including these helpful details. I moved the issue to a discussion board item in the Q&A section for now. I believe the issue you are encountering is related to an open issue/improvement (#335). The issue in your case is that the As noted in #335, the "create" script shouldn't be asking those particular questions or adding to the existing graph/inputs config in the case where there's a pre-existing Until that is fixed, you can open the Let me know if this resolves your issue, or if you have further questions. I'll also note that we have some (bare-bones/placeholder, sadly) instructions on the wiki that I hope to improve, because I know that getting started with the config files in SDEverywhere can be daunting to a newcomer. Feedback or contributions to the documentation are very much welcome. |
Beta Was this translation helpful? Give feedback.
Hi @LSarribouette, thanks for submitting your question and including these helpful details. I moved the issue to a discussion board item in the Q&A section for now.
I believe the issue you are encountering is related to an open issue/improvement (#335). The issue in your case is that the
sirexample comes with a completeconfigfolder (that already contains pre-populated graph and slider config files). So if you keep all the default responses to the questions asked by the "create" script, one of those will add a new graph (with ID "1") to the existinggraphs.csvfile, and another will add a new slider (with ID "1") to the existinginputs.csvfile. The values in the "id" column in those cs…