#Exporting Emergent apps to my own tenant (Linode/AWS/Azure)

1 messages · Page 1 of 1 (latest)

sullen imp
#

Hi everyone,
I’ve built and published several apps directly on Emergent. Now I’d like to deploy them on my own tenant (Linode). I’m considering Docker, bare metal, or an install script.

The issue: Emergent hasn’t been able to generate a working deployment script for me so far.

Has anyone here already exported or self-hosted an Emergent app on Linode, AWS, or Azure?
I’d love to hear about your experience, setup (Compose/Helm/Terraform), or pitfalls around env vars, DB, secrets, builds, ingress/SSL, etc.

Thanks in advance 🙏

low dawnBOT
#

Hi,

Thanks for your message. Could you please explain in detail the core issue you’re facing in your app development? This will help us investigate further.

sullen imp
#

how can i export an application to my own server ?

jagged shaleBOT
#

Push your code to GitHub and then you can download your app and deploy the build on any of your servers. I’d recommend doing this only if you have fair knowledge of code. You should also ask the agent to configure the code according to the platforms you choose before exporting it.

cinder jewel
#

Hi @sullen imp - as Animesh has pointed out, the best method here would be to use GitHub to export out of Emergent and Import to your preferred host. You can actually continue using Emergent to "update" your App and then automate deployments to your preferred environment on a scheduled basis.

This is known as creating a CI/CD pipeline

Emergent hosting is...pretty great, and very affordable. Its basically Kubernetes running in AWS.

If you feel like you want something more custom or niche, I would take a look at Elestio (elest.io) which is a managed DevOps platform.

Create a custom CI/CD pipeline there, choose your hosting environment, connect GitHub, and you're all set.

Thanks,
-Danny

sand cobalt
#

@cinder jewel how to reset or clear the Production Database as some functionality which is working on Preview is not working on Emergent Production server. I've tried all possible ways to clear but somehow its still using old login settings and failed to login into the App.