rosanzheng commented on issue #7017: URL: https://github.com/apache/superset/issues/7017#issuecomment-2571825672
For anyone who might be still looking for a solution, here's more or less what I did (I developed locally using the PyPi setup from the installation guide): - migrate the automatically created superset.db into a Cloud-based storage, i.e. AWS RSD MySQL - Exchange the SQLALCHEMY_DATABASE_URI accordingly in your superset config.py - Deploy via EC2 or a different virtual server environment, i.e. AWS EC2. For that, there are also some guides: https://www.restack.io/docs/superset-knowledge-install-superset-aws - Add a domain, certificates, nginx to your virtual server to make it accessible accordingly Actually, when I tried it out and tested it, I just bought very cheap server space and basically copy-pasted the local superset.db file into my virtual server through SSH. That's definetely the fastest way :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
