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

no yaml file in the visualisation directory #113

Open
lachlancoin opened this issue Nov 12, 2019 · 0 comments
Open

no yaml file in the visualisation directory #113

lachlancoin opened this issue Nov 12, 2019 · 0 comments

Comments

@lachlancoin
Copy link

When trying to deploy the visualisation, there is no yaml file. We have written our own as follows:

service: default

runtime: python37

handlers:

  • url: /
    static_files: sunburst.html
    upload: sunburst.html

  • url: /scripts/(.)
    static_files: scripts/\1
    upload: scripts/(.
    )

  • url: /css/(.)
    static_files: css/\1
    upload: css/(.
    )
    app.yaml (END)

Using this we can deploy the app using
gcloud app deploy inside the visualisation directory. However, our app does not currently work properly. If you could provide your app.yaml that would be very helpful.

Also, we are currently trying to figure out how to deploy debugging but the instructions say we should deploy some code in the main.py file, but our app does not have a main.py file.

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

1 participant