Skip to content

Helps jump-start development against Salesforce Financial Services Cloud by providing an ADK Build Pack capable of creating a basic FSC demo org.

Notifications You must be signed in to change notification settings

anandbhardwaj/fsc-demo-pack

 
 

Repository files navigation

Instructions to Run the Scripts:

  1. Log into your Salesforce DevHub

    • sfdx force:auth:web:login
  2. Clone the repo:

  3. Change your directory to where the repo is:

    • cd fsc-demo-pack
  4. In finder: Go to the repo fsc-demo-pack > go to the config folder > Open the config.sh file and edit:

    • Set the variable “devhub” at the beginning of the script to point to your devhub alias
      • (To set an alias for your devhub use this command: sfdx force:alias:set YourAlias=username@example.com)
    • Set the variable "markScratchOrgForDeletion"
      • 0=existing scratch org in your devhub will not be deleted
      • 1=existing scratch org in your devhub will be deleted
    • Set the variables for the install packages to point to the current release for the FSC Packages you are installing
  5. Open the orgInit.sh script and identify which of the scripts you want to run

    • By default they are all set =1 so that they will all run consecutively
  6. Run the orgInit.sh script

    • Type "./orgInit.sh", press enter and it will open newly created scratch org
    • hit enter

All commands together (after you update DevHub in config/config.sh)

git clone https://github.com/Vchalem/fsc-demo-pack.git
cd fsc-demo-pack.
./orgInit.sh

About

Helps jump-start development against Salesforce Financial Services Cloud by providing an ADK Build Pack capable of creating a basic FSC demo org.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 93.2%
  • Shell 6.7%
  • HTML 0.1%