Перейти к файлу
Dave Carroll d1653e82c3 add package.json 2018-01-16 15:34:15 -08:00
.vscode settings 2018-01-16 15:31:14 -08:00
assets added mdapi folder to activate remote sites post package2 install 2017-10-30 13:41:40 -07:00
config remove package2AncestorIds from project-scratch-def.json 2017-10-26 12:18:24 -07:00
force-app/main/default source changes to support second generation packaging 2017-10-26 09:23:19 -06:00
.forceignore add forceignore 2017-10-26 17:35:27 -07:00
.gitignore first commit 2017-07-26 11:15:32 -04:00
README.md source changes to support second generation packaging 2017-10-26 09:23:19 -06:00
install.sh add package.json 2018-01-16 15:34:15 -08:00
package.json add package.json 2018-01-16 15:34:15 -08:00
sfdx-project.json Update sfdx-project.json 2017-10-27 18:48:14 -07:00

README.md

DreamHouse Sample Application

DreamHouse is a sample application that demonstrates the unique value proposition of the Salesforce App Cloud for building Employee Productivity and Customer Engagement apps.

Check out the DreamHouse microsite for more information.

Installation Instructions

  1. Install Salesforce DX. Enable the Dev Hub in your org or sign up for a Dev Hub trial org and install the Salesforce DX CLI. Follow the instructions in the Salesforce DX Setup Guide or in the App Development with Salesforce DX Trailhead module.

  2. Clone the dreamhouse-sfdx repository:

    git clone https://github.com/dreamhouseapp/dreamhouse-sfdx
    cd dreamhouse-sfdx
    git checkout pkg2-beta
    
  3. Create a scratch org and provide it with an alias (dh):

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

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

    sfdx force:user:permset:assign -n dreamhouse
    
  6. Open the scratch org:

    sfdx force:org:open
    
  7. In Setup, type theme in the quick find box. Click Themes and Branding, and flip the toggle to hide background images in Lightning Experience.

  8. Select DreamHouse in the App Launcher

  9. Click the Data Import tab and click Initialize Sample Data