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

[Feature Request] README - Add section for using --deploy on existing dash application #27

Closed
andrew-hossack opened this issue May 30, 2022 · 2 comments

Comments

@andrew-hossack
Copy link
Owner

@Coding-with-Adam what are your thoughts on adding a section to the README for deploying an existing dash app? Eg. If I already have a working app, what steps should I take to deploy it?

Example A and B in README are great, but use dashtools --init to create the app. I might like to see a section that explains how to upload my existing app:

  1. Make sure app.py is in src directory
  2. Make sure to include server=app.server

Do you think having another example for this would be good?

@Coding-with-Adam
Copy link
Collaborator

HI @andrew-hossack
Can you tell me more please. Do you mean something like Example D, where the user would not need to create a dash-tools project; they would just ensure they have the right folder structure and then...? How would that work?

@andrew-hossack
Copy link
Owner Author

The end goal here should be that as long as there is an app.py file, the deploy command will create all required files. Eg. you should be able to deploy any app you already have. Maybe waiting on writing in another Example D as you suggest would be the next steps after building this functionality.

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