How to setup developement environment with Advanced Pack preinstalled ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tothewine
    Active Community Member
    • Jan 2018
    • 373

    How to setup developement environment with Advanced Pack preinstalled ?

    I cloned the github repository but do not want to install the advanced pack every time I deploy a test instance of espo. I would like to have it already installed and be able to reference source files while customizing.

    Also, is there a way to directly serve the repository without building or without creating the build folder ?
    Last edited by tothewine; 09-14-2020, 08:11 AM.
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #2
    Hello tothewine we've prepared script which basically create full copy of production EspoCRM and this script deploy test copy.
    Maybe you could prepare something similar?

    Comment

    • tothewine
      Active Community Member
      • Jan 2018
      • 373

      #3
      my main problem is that my ide complains about nn existing files when editing the code in custom that references the advanced pack classes
      basically i would need to "install" the advanced pack into the github repository

      Comment

      Working...