<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Shared ExperienceBuilder development in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211030#M5272</link>
    <description>&lt;P&gt;We have a team of developers using the ExperienceBuilder developer edition to create a web app. We are using ArcGIS Enterprise. Different developers may work creating widgets and a theme which they will want to share. What is best practice for doing this? We are planning to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download and commit the ExperienceBuilder development installation to our git repository&lt;/LI&gt;&lt;LI&gt;In this way all developers can share the same version of the development environment and more importantly, the "your-extensions" folder with widgets and themes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is this a good approach?&lt;/P&gt;&lt;P&gt;I've also noticed that experiences can be created locally and there doesn't seem to be a way to push them to the portal. Where are these local experiences stored? Is there another folder separate from the "your-extensions" folder where locally created experiences are stored?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 05:27:59 GMT</pubDate>
    <dc:creator>PaulCharsley</dc:creator>
    <dc:date>2022-09-09T05:27:59Z</dc:date>
    <item>
      <title>Shared ExperienceBuilder development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211030#M5272</link>
      <description>&lt;P&gt;We have a team of developers using the ExperienceBuilder developer edition to create a web app. We are using ArcGIS Enterprise. Different developers may work creating widgets and a theme which they will want to share. What is best practice for doing this? We are planning to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download and commit the ExperienceBuilder development installation to our git repository&lt;/LI&gt;&lt;LI&gt;In this way all developers can share the same version of the development environment and more importantly, the "your-extensions" folder with widgets and themes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is this a good approach?&lt;/P&gt;&lt;P&gt;I've also noticed that experiences can be created locally and there doesn't seem to be a way to push them to the portal. Where are these local experiences stored? Is there another folder separate from the "your-extensions" folder where locally created experiences are stored?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 05:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211030#M5272</guid>
      <dc:creator>PaulCharsley</dc:creator>
      <dc:date>2022-09-09T05:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Shared ExperienceBuilder development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211033#M5273</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;I use Docker as a way of seperating my widget code from the Experience Builder framework, this means that I don't have to commit Experience Builder in to the repo, only my widget code. I mostly use Azure DevOps and build my widgets and apps using pipelines.&lt;/P&gt;&lt;P&gt;In order to share how to do that I've put together some blog posts on how to use docker with Experience Builder and also how to build your widgets and optionally also push them straight in to Portal as well. See below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.spatial-innovation.co.nz/post/using-docker-to-speed-experience-builder-development" target="_blank" rel="noopener"&gt;https://www.spatial-innovation.co.nz/post/using-docker-to-speed-experience-builder-development&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.spatial-innovation.co.nz/post/esri-custom-widgets-part2" target="_blank" rel="noopener"&gt;https://www.spatial-innovation.co.nz/post/esri-custom-widgets-part2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.spatial-innovation.co.nz/post/creating-and-distributing-esri-custom-widgets-part-3" target="_blank" rel="noopener"&gt;https://www.spatial-innovation.co.nz/post/creating-and-distributing-esri-custom-widgets-part-3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Experiences are stored in the&amp;nbsp;server\public\apps folder. Using docker you could also optionally store these in a single folder and map them in to docker. Likewise, you could also use the REST API and some python code in a pipeline to push these portal if you needed to as well. Note, you need Enterprise 11 to host custom widgets.&lt;/P&gt;&lt;P&gt;There is also an approach suggested under the FAQs &lt;A href="https://developers.arcgis.com/experience-builder/guide/frequently-asked-questions/" target="_self"&gt;here&amp;nbsp;&lt;/A&gt;as well, if you scroll towards the bottom of the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 05:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211033#M5273</guid>
      <dc:creator>Grant-S-Carroll</dc:creator>
      <dc:date>2022-09-09T05:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Shared ExperienceBuilder development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211037#M5274</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;I am currently going through the same process to include a team of developers to update app/experience configurations and custom widgets.&lt;/P&gt;&lt;P&gt;I have just setup a couple of BitBucket repos for app configs and custom widgets using information at &lt;A href="https://developers.arcgis.com/experience-builder/guide/frequently-asked-questions/#custom-widgets-and-themes-only" target="_blank" rel="noopener"&gt;this FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are going through and testing the process right now, learning as we go. I have found that even though we are logged into Portal as administrators we can't edit an app/experience as a user other than the owner, so we are having to edit the info.json file for the app to change the ownership as required. I am currently chasing down a better way of overcoming this issue, I tried this &lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/share-experience-development-with-an-other-portal/td-p/1097116" target="_blank" rel="noopener"&gt;suggestion&lt;/A&gt; but it does not work. Apparently, there is no ability to perform shared updates, but may come in a later version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 06:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1211037#M5274</guid>
      <dc:creator>MarkJTurnbull</dc:creator>
      <dc:date>2022-09-09T06:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared ExperienceBuilder development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1407931#M11991</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/441117"&gt;@MarkJTurnbull&lt;/a&gt;&amp;nbsp;how did you proceed ? any insights?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Confronted with the same problem. We have ~10 people working with the ExB-Dev-edition. We have an organisation-template-app which per default is used for most experiences. As described in the FAQ each developer has the public/app folder as a git-remote-repo... but as long as the developers don't change the "owner" prop in the info.json they can not use/see the template... which again interfers with the .git workflow.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1407931#M11991</guid>
      <dc:creator>AndreasEugster</dc:creator>
      <dc:date>2024-04-10T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shared ExperienceBuilder development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1638303#M20250</link>
      <description>&lt;P&gt;I don't think that totally committing the server and client to a repo may be the best way, especially when updates occur.&lt;BR /&gt;&lt;BR /&gt;That having been said, I have found it useful to setup the client part as a repo, especially if you have both custom extensions (widgets) and themes. (what I'm saying is, for each instance of EXB you can have a different client folder under a folder named for the experience you are crafting.&amp;nbsp; Then run one server! and which every client you want to test.&lt;BR /&gt;&lt;BR /&gt;If you have more than one widget needed in an experience this is probably better than, having the widgets individually for testing.&amp;nbsp; I'm not saying you couldn't just create a repository for each widget, but integrations between widgets make this a gray area.&amp;nbsp; Especially if custom actions are involved.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/shared-experiencebuilder-development/m-p/1638303#M20250</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2025-08-01T12:54:07Z</dc:date>
    </item>
  </channel>
</rss>

