8000 GitHub - ali-farag/purealoe: Sample Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ali-farag/purealoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Aloe App

Deploy

Pure Aloe is a sample application that demonstrates the power of the Salesforce Platform to build modern apps fast. It is a rebranded and anonymized version of the application showcased during the Dreamforce 17 developer keynote.

Installation Instructions

In the commands below, terms wrapped in *asterisks* signify places where you'll need to replace the dummy text we're providing with values that match your Salesforce DX setup.

  1. Authenticate with your hub org (if not already done)

    sfdx force:auth:web:login -d -a *your_hub_org*
    
  2. Clone the purealoe repository:

    git clone https://github.com/dreamforce17/purealoe
    cd purealoe
    
  3. Create a scratch org and provide it with an alias (ex: purealoe):

    sfdx force:org:create -s -f config/project-scratch-def.json -a *purealoe*
    
  4. Push the app to your scratch org:

    sfdx force:source:push
    
  5. Assign the purealoe permission set to the default user:

    sfdx force:user:permset:assign -n purealoe
    
  6. Load sample data:

    sfdx force:data:tree:import --plan ./data/Harvest_Field__c-plan.json
    sfdx force:data:tree:import --plan ./data/Merchandise__c-plan.json
    
  7. Open the scratch org:

    sfdx force:org:open
    

About

Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 77.3%
  • JavaScript 19.3%
  • CSS 3.4%
0