Native Force.com Learning Management Application
Almond is a Learning Management app for the Salesforce1 platform. It allows users to create training content and training plans and assign these plans to users. Achievements can be given to users based on their training progress.
- Make sure Work.com Thanks feature is enabled in your org
- Make sure Translation Workbench is enabled in your org
Go to the appexchange listing, click the "Get It Now" button and follow the instructions.
NOTE: This can only be done once, for updating the package you must deploy again using one of the methods below.

IMPORTANT: Deploying over an existing Almond installation will override any customizations you've done to the package code/components.
-
Navigate to the build folder and install the build dependencies using node package manager:
npm install
-
Open your terminal or command prompt
-
Get the latest code for the app by using the following command :
git clone https://github.com/forcedotcom/almond.git
-
Go into the almond directory
-
Update your credentials by making a copy of the sample-sfdc-build.properties file and rename it to "sfdc-build.properties".
-
Update the sfdc-build.properties with your credentials and login endpoint.
-
Navigate to the build folder using the terminal or command prompt
-
Run the deploy target by using the following command :
ant deploy -DrunAllTests=false -DcheckOnly=false
IMPORTANT: Deploying over an existing Almond installation will override any customizations you've done to the package code/components.
You can find the latest configuration and user guides in the appexchange listing.