xapi-state
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

xAPI state

A server for xAPI state

NPM Package Version Build Status Renovate badge semantic-release Join the chat at https://gitter.im/LearningLocker/learninglocker Commitizen friendly

Learning Locker is a trademark of HT2 Inc.

Installation

To install all of Learning Locker, see the installation documentation. To install just the xAPI state service, you can follow the instructions below.

  1. Clone the repository git clone git@github.com:LearningLocker/xapi-state.git.
  2. Install dependencies npm install.
  3. Build the code npm run build.
  4. Start the server npm start.

Development

  1. Follow the installation procedure.
  2. Make your changes to the "src" directory.
  3. Build the code npm run build.
  4. Test the code npm run test-all.
  5. Run the server npm start.

Docker

You can use the steps below to install and run the xAPI state service.

  • Create a ".env" file using the ".env.example" file in this Github repository.
  • Pull the image from DockerHub docker pull learninglocker/xapi-state:latest.
  • Run the image in a container docker run -d -p 8080:80 --env-file .env learninglocker/xapi-state:latest.

Readme

Keywords

none

Package Sidebar

Install

npm i xapi-state

Weekly Downloads

2

Version

3.0.3

License

GPL-3.0

Last publish

Collaborators

  • ryansmith94