Giter Site home page Giter Site logo

demo-lti1p3's Introduction

LTI 1.3 Demo Application

Symfony demo application for LTI 1.3, to act as a LTI Platform and Tool.

This demo application based on:

Table of Contents

Specifications

This demo application respect the following LTI 1.3 IMS specifications:

Installation

You need to ensure first you have the following installed:

After cloning this repository, you can build the provided docker stack:

$ docker-compose up -d

Then, install required dependencies with composer:

$ docker run --rm --interactive --tty \
  --volume $PWD:/app \
  composer install

Note: on Windows, you may have to do --volume %cd%:/app instead.

Usage

Application

After installation, the LTI 1.3 demo application is available on http://localhost:8888

Services

After installation, the following services are available:

Name Description
demo_lti1p3_nginx application nginx web server
demo_lti1p3_phpfpm application php-fpm
demo_lti1p3_redis application cache
demo_lti1p3_redis_commander application cache administration

You can access:

Name URL
demo_lti1p3_nginx http://localhost:8888
demo_lti1p3_redis_commander http://localhost:8081

Mode

By default, this application runs in dev mode:

  • to avoid updating symfony cache on each configuration change
  • to be able to get debugging feedback on errors

If you need production performances, please update to APP_ENV=prod in the .env file.

Note: on each configuration update in prod mode, you'll then need to clear the application cache:

$ docker exec -it demo_lti1p3_phpfpm php bin/console ca:cl

demo-lti1p3's People

Contributors

ekkinox avatar florenceoat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.