Skip to content

Native Force.com Learning Management Application

License

Notifications You must be signed in to change notification settings

scottbcovert/almond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Almond

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.


How to deploy the application :

  1. Make sure ant and node.js are installed in your local box

  2. Navigate to the build folder and install the build dependencies using node package manager:

    npm install

  3. Make sure Work.com Thanks feature is enabled in your org

  4. Make sure Translation Workbench is enabled in your org

  5. Open your terminal or command prompt

  6. Get the latest code for the app by using the following command :

    git clone https://github.com/forcedotcom/almond.git

  7. Go into the almond directory

  8. Update your credentials by making a copy of the sample-sfdc-build.properties file and rename it to "sfdc-build.properties".

  9. Update the sfdc-build.properties with your credentials and login endpoint.

  10. Navigate to the build folder using the terminal or command prompt

  11. Run the deploy target by using the following command : ant deploy -DrunAllTests=false -DcheckOnly=false

Package configuration:

You can find the latest configuration and user guides in the appexchange listing.


About

Native Force.com Learning Management Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Apex 90.6%
  • JavaScript 6.4%
  • CSS 3.0%