Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.12 KB

The Big Security Demo

This project is part of a series of one-feature Salesforce Platform demos.

From https://www.platformdemos.com you can:

  • Watch a video of this demo (3 minutes or less).
  • Spin up your own instance of the demo in a free scratch org.
  • Find related Trailhead content.
  • Get high-resolution screenshots.

Installation Instructions

  1. Create your own Dev Hub and setup SFDX.

  2. Clone this repository:

git clone https://github.com/SFDC-Assets/sfdc-security-demo
cd sfdc-security-demo
  1. Install shane-sfdx-plugins (if you don't already have it)
sfdx plugins:install shane-sfdx-plugins
  1. Install sfdx-migration-automatic (if you don't already have it)
sfdx plugins:install sfdx-migration-automatic
  1. Run the startup script
sh orgInit.sh
  1. Check out the demo guide on PlatformDemos.com for the full security demo.