Перейти к файлу
Wade Wegner 1b85a38c32
Merge pull request #9 from wadewegner/wadewegner-patch-7
Update README.md
2018-02-14 10:40:43 -08:00
assets added mdapi folder to activate remote sites post package2 install 2017-10-30 13:41:40 -07:00
bin Updates 2018-02-13 06:10:23 -08: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 Updates 2018-02-13 06:10:23 -08:00
.salesforcedx.yml Create .salesforcedx.yml 2018-02-13 05:50:48 -08:00
README.md source changes to support second generation packaging 2017-10-26 09:23:19 -06:00
app.json Fixing ci prefix 2018-02-14 06:02:26 -08:00
install.sh Update install.sh 2018-02-13 11:35:42 -08:00
package.json add package.json 2018-01-16 15:34:15 -08:00
setup.sh Updates 2018-02-13 06:10:23 -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