gavinr-maps / experience-builder-devops-example

Use Experience Builder within a devops workflow to automatically build the app on commit.

Home Page:https://gavinr-maps.github.io/experience-builder-devops-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArcGIS Experience Builder Devops Example

Use Experience Builder within a devops workflow to automatically build the app on commit.

How it works

  1. First it downloads the Experience Builder developer edition zip file using curl.
  2. Then it unzips Experience Builder, does the NPM installs, copies the app directory into “server/public/apps/0”, copies the custom widgets.
  3. Then it runs app-download.js (new in Experience Builder v1.6), which generates the export (deployable) zip.
  4. Finally, it takes the deployable zip, unzips it, and publishes it

The built app is deployed to GitHub Pages: https://gavinr-maps.github.io/experience-builder-devops-example/

More information on how the GitHub Action script generates the Experience Builder app export can be found here.

About

Use Experience Builder within a devops workflow to automatically build the app on commit.

https://gavinr-maps.github.io/experience-builder-devops-example/


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%