#1
I am uncertain on how to deploy my trongate app. Locally it works fine. Now I want to bring it online. I would assume that i have to copy the folder of my trongate app which is inside htdocs over to the internet. Can the target be any folder or does it has to be the root folder of a domain. I have several such folders for every domain. Do i have to export the database from Xaammp to a database online and then connect with the trongate app? And if i want to change something in the app, do i have to do the same procedure again? cheers mark
#2
Hello,
Here is where to start.
Under Before you launch in the Docs, Its at the bottom.
https://trongate.io/docs/information/hiding-your-admin-login-url
https://trongate.io/docs/information/pre-launch-checklist
https://trongate.io/docs/information/web-hosting-advice
Under the Config Module:
Config file. Make sure you set your BASE_URL
Any custom routes.
Database .

Hope this helps. Dan
#3
Thank you both for your reply

i have it working now. I should add that i used a subdomain , and if you do so
it is important to point to the public folder of that subdomain as the root folder explicitly.
This is done by using the software of your hosting service.

the adress should look something like mysubdomain.mydomain.com/public

after doing this everything worked fine.

cheers mark