Deployment - Environment - Local to Production

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jurnet
    Member
    • Aug 2019
    • 35

    Deployment - Environment - Local to Production

    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
  • eymen-elkum
    Active Community Member
    • Nov 2014
    • 472

    #2
    at first you must ignore the data folder from both deployment & git (if you are using git)
    CEO of Eblasoft
    EspoCRM Expert since 2014
    Full Stack Web Developer since 2008
    Creator of Numerous Successful Extensions & Projects​

    Comment

    • jurnet
      Member
      • Aug 2019
      • 35

      #3
      Ok i understand but I have to copy params like address city fron local to production and rebuild ?

      Comment

      Working...