5.0.6 • Published 7 years ago
xapi-statements v5.0.6
xAPI Statements
Learning Locker is a trademark of HT2 Inc.
Installation
To install all of Learning Locker, see the installation documentation. To install just the xAPI statements service, you can follow the instructions below.
- Clone the repository
git clone git@github.com:LearningLocker/xapi-statements.git
. - Install dependencies
npm install
. - Build the code
npm run build
. - Start the server
npm start
.
Development
- Follow the installation procedure.
- Make your changes to the "src" directory.
- Build the code
npm run build
. - Test the code
npm run test-all
. - Run the server
npm start
.
Docker
You can use the steps below to install and run the xAPI statements service.
- Create a ".env" file using the ".env.example" file in this Github repository.
- Pull the image from DockerHub
docker pull learninglocker/xapi-statements:master
. - Run the image in a container
docker run -d -p 8080:80 --env-file .env learninglocker/xapi-statements:master
.
5.0.6
7 years ago
5.0.5
7 years ago
5.0.4
8 years ago
5.0.3
8 years ago
5.0.2
8 years ago
5.0.1
8 years ago
5.0.0
8 years ago
4.0.1
8 years ago
4.0.0
8 years ago
3.1.0
8 years ago
3.0.4
8 years ago
2.2.3
8 years ago
3.0.2
8 years ago
2.2.2
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago
2.2.1
8 years ago
2.2.0
8 years ago
2.1.0
8 years ago
2.0.0
8 years ago
1.1.0
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago