Hi, I'm new with espoCRM but After some research i didn't find something easy to deploy :
I don't want to touch the core so,
At first i try to make a data/config.php with If(server==local) else if (server=production)
but the file is erased with the update in administration
During my search i have seen a defautConfig.php or customConfig.php but it doesn't developped yet.
So What is the process to deploy with GIT from local to production.
In Local i commit and push all modification and in prod i just make a pull.
Thanks
I don't want to touch the core so,
At first i try to make a data/config.php with If(server==local) else if (server=production)
but the file is erased with the update in administration
During my search i have seen a defautConfig.php or customConfig.php but it doesn't developped yet.
So What is the process to deploy with GIT from local to production.
In Local i commit and push all modification and in prod i just make a pull.
Thanks
Comment