Announcement

Collapse
No announcement yet.

Deployment - Environment - Local to Production

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    at first you must ignore the data folder from both deployment & git (if you are using git)
    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.

    Comment


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

      Comment

      Working...
      X