Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

mokamoto/purealoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ピュアアロエ - サンプルアプリケーション

ピュアアロエはモダンなアプリケーションを高速に開発できるSalesforce Platformのパワーを体感するためのデモアプリケーションです。Dreamforce 17 の Developer Keynoteで紹介されたデモンストレーションをベースに、誰でも利用できるようにしています。

インストール手順

以下のコマンド内の *アスタリスク* で囲まれている箇所をダミーのテキストから、あなたのSalesforce DXでセットアップした値に置き換える必要があります。

  1. Hub組織に認証を行います (まだ済んでない場合)

    sfdx force:auth:web:login -d -a *ハブ組織のエイリアス名*
    
  2. ピュアアロエリポジトリをコピー:

    git clone https://github.com/mokamoto/purealoe
    cd purealoe
    
  3. スクラッチ組織を生成し、エイリアス名を設定する (例: purealoe):

    sfdx force:org:create -s -f config/project-scratch-def.json -a *purealoe*
    
  4. アプリをスクラッチ組織へプッシュする:

    sfdx force:source:push
    
  5. purealoe 権限セットをデフォルトのユーザへアサインする:

    sfdx force:user:permset:assign -n purealoe
    
  6. サンプルデータを読み込む:

    sfdx force:data:tree:import --plan ./data/Harvest_Field__c-plan.json
    sfdx force:data:tree:import --plan ./data/Merchandise__c-plan.json
    
  7. スクラッチ組織を起動する:

    sfdx force:org:open
    

About

Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 78.3%
  • JavaScript 18.2%
  • CSS 3.5%