sharvilshah1994 / LTI-Tool-Provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTI TOOL PROVIDER

Running the Tool Provider

Make sure you have Tool Consumer installed & running on your System.

  1. Clone this repository to your local system

    https://github.com/sharvilshah1994/LTI-Tool-Provider.git

  2. Go to LTI-Tool-Provider/src/main/resources/application.properties and make the consumerKey & secret same as Tool Consumer.

  3. Generate the JAR file

    cd LTI-Tool-Provider/

    mvn clean install

  4. Run the application

    java -jar target/toolproducer-0.0.1-SNAPSHOT.jar

Hit the following URL on your browser:

localhost:8085

and click on Send

You will see the following page (If you have set correct consumerKey & secret):

alt text

About

License:MIT License


Languages

Language:Java 90.1%Language:HTML 9.9%