Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

openfun/openedx-xapi

Repository files navigation

⚠️ DISCONTINUED PROJECT ⚠️

Open edX xAPI plugin

Specification

This repository is a work in progress for the integration of xAPI in the Open edx platform. For reference, please read: Open edX Proposal - 0026.

Getting started

First things first, if you plan to work on the project itself, you will need to clone this repository:

$ git clone git@github.com:openfun/openedx-xapi.git

Once the project has been cloned on your machine, you will need to build a custom edx-platform docker image that includes the xapi Django application and setup a development environment that includes all required services up and running (more on this later):

$ cd openedx-xapi
$ make bootstrap

If everything went well, you should now be able to access to the following services:

with the following credentials:

email: admin@foex.edu
password: openedx-rox

Developer guide

Once the project has been bootstrapped (see "Getting started" section), to start working on the project, use:

$ make dev

You can stop running services via:

$ make stop

If for any reason, you need to drop databases and start with fresh ones, use the down target:

$ make down

License

The code in this repository is licensed under the AGPL-3.0 unless otherwise noted (see LICENSE for details).

About

📄 Open edX xAPI plugin // DISCONTINUED

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published